Melody Daniel
Melody Daniel
MModular
Created by Nagaraj Hegde on 10/30/2024 in #questions
Mojo documentation says "The Mojo compiler uses lifetime values to track the validity of references.
the name has been changed to "origin" and will probably change again before Mojo reaches stability
6 replies
MModular
Created by ivellapillil on 10/24/2024 in #questions
Preserving mutability when passing to function
Something I've always wondered... Is anybody from Modular involved in this discussion or will you guys come up with a proposal Chris will hopefully accept at some point?
42 replies
MModular
Created by Lil'Nish on 10/22/2024 in #questions
Could Mojo be the first all purpose language?
I think Mojo has already done a lot to fix this. The ASAP memory model, value identity, and the heavy use of value semantics really makes the experience smoother than Rust's.
15 replies
MModular
Created by blblblbl on 10/16/2024 in #questions
How do safe Reference and List work together?
I'm interested in understanding this as well. @Owen Hilyard can you help?
29 replies
MModular
Created by rvs07 on 10/4/2024 in #questions
threading in mojo
Not yet but it'll have in the future.
4 replies
MModular
Created by Rasmus Kjær (FearTheOcean) on 9/30/2024 in #questions
Is auth not working for me?
Auth is no longer required to use Mojo. use the new Magic CLI https://docs.modular.com/magic/
6 replies
MModular
Created by a2svior on 9/24/2024 in #questions
More details on `TaskGroup` and async
Think the work going on in async at the moment is going on at the compiler level.
8 replies
MModular
Created by Ryulord on 8/5/2024 in #questions
MLIR Docs
Er, maybe. Though I imagine you have it wrong. If the MLIR dialect already exist, and you have the documentation for internal compiler dialects, then it may be possible for an ordinary programmer to integrate these two together without writing all the associated compiler machinery
12 replies
MModular
Created by Ryulord on 8/5/2024 in #questions
MLIR Docs
When (or if) it's opened, I expect we'll see it opened with associated docs - assuming the entire compiler team are not gigachads that code with the entire MLIR architecture in their head.
12 replies
MModular
Created by Ryulord on 8/5/2024 in #questions
MLIR Docs
It's part of the compiler and the compiler is not open source
12 replies
MModular
Created by Nexus-6 on 9/10/2023 in #questions
Windows native SDK support
That doesn't make sense but it doesn't matter. At some point the compiler will get open sourced.
110 replies
MModular
Created by Jon on 7/16/2024 in #questions
multi-thread / async synchronization primitives?
Yup. Everything that is important to have will be added in due time, when it's fundamental building block is ready.
6 replies
MModular
Created by Nexus-6 on 9/10/2023 in #questions
Windows native SDK support
Interesting.
110 replies
MModular
Created by Nexus-6 on 9/10/2023 in #questions
Windows native SDK support
The difficulty required to support Windows is why I think it should not hold up Intel Mac support
110 replies
MModular
Created by Nexus-6 on 9/10/2023 in #questions
Windows native SDK support
I'm finally starting to look into dev containers for Mac
110 replies
MModular
Created by Frank Saez on 6/5/2024 in #questions
Question about iterating a list of strings
Also, the square bracket acts as a getter. I believe ref[] is the same as ref[0] or something like that
14 replies
MModular
Created by Frank Saez on 6/5/2024 in #questions
Question about iterating a list of strings
"*" is already heavily overloaded in Python
14 replies
MModular
Created by Jack Clayton on 5/10/2024 in #community-showcase
Basalt: ML Framework
Isn't core Pytorch written in C and Fortran and optimised for more than a decade now?
26 replies
MModular
Created by Frank Saez on 6/5/2024 in #questions
Question about iterating a list of strings
Auto-deref has been implemented and will slowly get added to the stdlib so you wouldn't need to deference pointers yourself in the future
14 replies
MModular
Created by toasty on 6/2/2024 in #questions
What features or libraries are you waiting for before you start using Mojo in your domain?
I'm waiting for intel mac support and better networking utilities. Python's Socket wrapper for example
11 replies