Introduction 📰
ModCon has come and gone, thank you to everyone in the community who made it to the event. We really enjoyed meeting everyone, and hearing your thoughts about Mojo and the MAX platform.
The wheels keep turning for Modular, we've been listening to feedback from the community about our initial implementation for traits, and have started planning for extended generic features. Stay tuned for updates.
We are focused on building out and improving traits, getting nightly builds of Mojo available, and getting infrastructure set up so we can open source the standard library over the next few months.
Official Content 🔥
- We published the ModCon keynote livestream
- Shashank released a blog post: key announcements from ModCon 2023
- EJ and Shashank released a blog post: Modular partners with Amazon Web Services (AWS)
- EJ and Shashank released a blog post: Modular to bring NVIDIA Accelerated Computing to the MAX Platform
- Jack released a blog post: Mojo 🔥 Traits Have Arrived!
ModCon Contest 🏆
We had wonderful submissions for ModCon, every one of them were great, but we could only choose one winner.
It was a split decision, and the judges decided to go with Dainemo by Stijn: A Machine Learning framework from scratch in Mojo 🔥.
Stijn will be joining us on our next livestream, have the opportunity to do a blog post, and we'll send him a big box of special swag.
Community 📡
Blogs, Articles, and Videos
- AIM released an article: Modular Announces Partnership with AWS, NVIDIA
- ACM released an article: Revamping Python for an AI World
- thenewstack.io released an article: Mojo Combines Python’s Ease with Performance of C++, Rust
- Ilya wrote a blog post: ModCon: Awesome to the MAX🚀
- muhtasham wrote a blog post: 🔥 The Future of AI is Modular: Insights from ModCon 2023
- Pierre wrote a blog post: Mojo: the point of view of a researcher using Python
- Cameron published a video: Get Started with the Mojo Programming Language
Mojo Projects
- Gabriel has custom dict and list types working in his repo: mojo-stdlib-extensions
- msteele wrote some bindings to SDL named mojo-sdl
- Fauzan released http.mojo for a simple example wrapping socket from the Python stdlib