eggsquad
MModular
•Created by eggsquad on 10/16/2024 in #community-showcase
EmberJson: High level JSON library
Also a somewhat notable addition I've added some support for unicode character decoding so stuff like this works now.
49 replies
MModular
•Created by eggsquad on 10/16/2024 in #community-showcase
EmberJson: High level JSON library
EmberJson now has a stable channel release! Version 0.1.1 (because I botched my conda package in 0.1.0 lol) is available in the mojo-community prefix channel!
https://prefix.dev/channels/mojo-community/packages/emberjson
49 replies
MModular
•Created by eggsquad on 10/16/2024 in #community-showcase
EmberJson: High level JSON library
I find it easier to development on nightly so honestly I was largely waiting for someone to ask lol. I'm currently looking at some changes to float string conversion but I can look into doing one afterwards?
49 replies
MModular
•Created by eggsquad on 10/16/2024 in #community-showcase
EmberJson: High level JSON library
Not sure if this really needs announcing but I am formally opening up EmberJson to contributions! https://github.com/bgreni/EmberJson/blob/main/CONTRIBUTING.md
49 replies
MModular
•Created by eggsquad on 10/16/2024 in #community-showcase
EmberJson: High level JSON library
Ah yes I haven't made a stable version of the lib yet. No worries though thank you for trying the package!
49 replies
MModular
•Created by eggsquad on 10/16/2024 in #community-showcase
EmberJson: High level JSON library
@stano Seems to work for me now?
49 replies
MModular
•Created by eggsquad on 10/16/2024 in #community-showcase
EmberJson: High level JSON library
thats odd, I'll take a look, thanks for bringing this up!
49 replies
MModular
•Created by andesson reis on 12/16/2024 in #questions
What are the best practices for handling slices and their performance in Mojo?
Taking a slice from a
List
will result in a copy of the returned items, if you wish to avoid said copy you can use a Span
instead4 replies
MModular
•Created by fingers on 12/3/2024 in #questions
Intel based Macs
I wouldn't know for sure, but since they're practically deprecated I wouldn't keep my hopes up
3 replies
MModular
•Created by gamendez98 on 2/19/2024 in #questions
How long until mojo is production ready(guesstimate)?
I think that makes sense. GC is gross but I get what you're saying haha
89 replies
MModular
•Created by gamendez98 on 2/19/2024 in #questions
How long until mojo is production ready(guesstimate)?
I can generally get on board with that. I think we might want to consider how much we want people to be using
fn
. I think needing to think about this when using simple heap allocated collections will drive lots of people towards def
.
Originally I had always gotten the impression def
was mostly to make python programmers feel at home, but if we're instead going to say "fn
is for Owen and all the casuals should just use def
" (assuming the appropriate improvements to def
) I can convince myself that fn
should be imposing all these responsibilities on the programmer89 replies
MModular
•Created by gamendez98 on 2/19/2024 in #questions
How long until mojo is production ready(guesstimate)?
Yeah this is definitely going to require some very mindful consideration or the result will be very unpleasant for some portion of the user population
89 replies
MModular
•Created by gamendez98 on 2/19/2024 in #questions
How long until mojo is production ready(guesstimate)?
I see, makes sense
89 replies
MModular
•Created by gamendez98 on 2/19/2024 in #questions
How long until mojo is production ready(guesstimate)?
I imagine Owen can enlighten me but I also can't imagine a scenario where failing to allocate memory is a recoverable situation
89 replies
MModular
•Created by gamendez98 on 2/19/2024 in #questions
How long until mojo is production ready(guesstimate)?
I don't know what the official stance is but I'm not a huge fan of having two versions of everything
89 replies
MModular
•Created by gamendez98 on 2/19/2024 in #questions
How long until mojo is production ready(guesstimate)?
I get the spirit of what you're saying, but I can't help but feel like there needs to be a middle ground between "do what you want with def" and "I have a try block here in case I run out of memory"
89 replies
MModular
•Created by gamendez98 on 2/19/2024 in #questions
How long until mojo is production ready(guesstimate)?
Could the more extreme checks such as that be put behind a compiler option maybe? Or is that opening a can of worms itself?
89 replies
MModular
•Created by Khebabchi | خبابشي on 11/24/2024 in #questions
does mojo have access modifiers
or a job 👀
87 replies
MModular
•Created by Khebabchi | خبابشي on 11/24/2024 in #questions
does mojo have access modifiers
Yeah honestly I hate it here I've been trying to get out (kinda) for like a year
87 replies
MModular
•Created by Khebabchi | خبابشي on 11/24/2024 in #questions
does mojo have access modifiers
Yeah fortunately in user app land we get to play by a looser set of rules
87 replies