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.