A new nightly version has been released! ![]()
See the quickstart guide for installation instructions: Quickstart | Modular
MAX changelog updates:
Mojo changelog updates:
- [mojo-lang] Add support for typed-throws
- [stdlib] Conform
SpantoIterableand_SpanItertoIterableandIterator(#73148) - [stdlib] Upgrade
anyandallto work over iterables (#73147) - [mojo-lang] Add support for more flexible implicit function conversions.
- [stdlib] Add
CStringSlice- a type safe nul terminated c-string (const char*).CStringSlicerepresents a nul-terminateed array of bytes that can be used to interop with c code. This also deprecates the currentunsafe_cstr_ptrfunctions onStringandErrorwhich return a raw pointer in favor ofas_c_string_slicewhich now codifies these invariants.
Raw MAX diff: https://github.com/modular/modular/compare/9f36bf39b6e5c31c0b71032f8384379eb7f159b0...0639803bed77ea988336a699cd7d71b8dfa8648d)>
Current Mojo changelog: https://github.com/modular/modular/blob/main/mojo/docs/changelog.md