Check out the latest Mojo nightly changelog since latest stable release and diff since the last nightly release.
Blogs, tutorials, and videos
- Read an X tutorial about how to use external call in Mojo.
- Learn about Row-major vs. column-major matrices: a performance analysis in Mojo and NumPy.
- Find out how to How to Contribute to Mojo Standard Library: A Step-by-Step Guide.
- Check out Maxim's talk: Is Mojo just hype?
Awesome Mojo
- dorjeduck converted Karparthy's recently released llm.c, it runs GPT2 fine-tuning and inference with just over 1k lines of raw Mojo!
- Mikhail created a TUI library for Mojo: mog.
- Lukas created a gist demonstrating building an HTML UI using Mojo.
- Mando built a tool for converting Mojo to Python.
Open source contributions
If your name appears in the list, and we haven't reached out, DM Jack Clayton on Discord to claim your swag!
- Gabriel had multiple fixes merged:
- #2279 Fix assert_equal[SIMD]() not raising if any elements are equal
- #2262 Add trait Boolable to Dict and List
- Removed llvm FileCheck tests and replaced using the testing module in 10 different PR's!
- Leandro: #2268 Add the gather and scatter methods to DTypePointer
- zhoujingya: #2249 Implement bool function for None