Skip to content

Extending Mojo

Mojo comes with its own standard library, but it is not aimed to cover all the functionalities that users may need. The designers must find a balance between the size of the standard library and the coverage of functionalities. If some use cases are not common enough, they should be left for users to implement themselves. This gives room for third-party libraries to flourish.

In this part, I will discuss some of the libraries in Mojo's ecosystem and their functionalities.

Mojo Miji - A Guide to Mojo Programming Language from A Pythonista's Perspective · 魔咒秘籍 - Pythonista 視角下的 Mojo 編程語言指南