Mojo Source Code Repository
Hello everyone,
I'm looking for the source code of Mojo and its built-in libraries. I've checked https://github.com/modularml/mojo but couldn't find them there. Am I overlooking something, or is there another location where I can access the code?
Thanks in advance for your assistance!
GitHub
GitHub - modularml/mojo: The Mojo Programming Language
The Mojo Programming Language. Contribute to modularml/mojo development by creating an account on GitHub.
7 Replies
The code is not publicly released yet. The repo only has some of the docs and code examples. The code for the standard library should be made available this month.
I see. I am developing strings library. And wanted to see the best practices by looking into Strings code! Is there any way I can get access to that part?
No, String is part of the standard library and that code is not publicly released yet. But it should be available soon.
okay
Just wondering about the priorities related to Unicode support in Mojo? If possible can you share any update on that?
I wouldn't expect open sourced stdlib end of this month, more end of next. I'd rather expect MAX Engine and Mojo 0.8.0 in the next days.
I'll be surprised if Max Engine is released this month, I only expect 0.8
I guess we'll have the nighlies this week
And possibly gpu programming, that seems like a standalone feature that doesn't require too much prep