There is a new proposal for a Mojo project manifest and build tool! It aims to standardize the building of Mojo projects and improve integration with language tooling. We want to do this early to foster collaboration with the open source projects surrounding Mojo.
You can leave your thoughts and feedback in the discussion here.
Blogs, Tutorials, and Videos
- Shashank published a blog post: Mojo🔥 ♥️ Python: Calculating and plotting a Valentine’s day ♥️ using Mojo and Python
- ThePrimeagen released a humorous reaction video to our Mojo vs. Rust blog. One note is that Mojo 🔥 isn't garbage collected 🙂.
Awesome Mojo
- Ales built a Zilog Z80 CPU Emulator in Mojo
- Mikhail released a Mojo repo: mojo-http-client
- Maxim released compact-dict which outperforms Mojo's stdlib in some datasets
- Jean-Luc built a laplacian filter and benchmark in Mojo, which he vectorized and parallelized to outperform OpenCV: