Replies: 4 comments 2 replies
-
See 0.4 release notes where there's an initial file I/O module: https://docs.modular.com/mojo/changelog.html#v0.4.0-2023-10-05 |
Beta Was this translation helpful? Give feedback.
-
Mojo is still very very young. It doesn't even have a native dict/map type yet :) It would be nice if there was a list of functionality they want in their stdlib. Will mojo be "batteries included" like python? Or more lean like rust? Will they have async forms from the beginning, or tack it on later like rust and python did? This is a significant question, because in both rust's and python's cases, they have competing non-standard async versions of common modules. In rust, tokio vs async-std, and in python, async vs trio vs anyio. |
Beta Was this translation helpful? Give feedback.
-
Interesting point. My take/opinion is single supported libraries based on open-source contributions/work. If someone then wants to make alternate libraries, that is fine, too, but it's outside the Mojo umbrella. Anyway, just an opinion. |
Beta Was this translation helpful? Give feedback.
-
See also Chris's response here #1147 |
Beta Was this translation helpful? Give feedback.
-
Will Mojo have native support for:
Beta Was this translation helpful? Give feedback.
All reactions