ModularM
Modular2y ago
1 reply
franchesoni

using mojo in python (not python in mojo)

sometimes I need to make only one function really really fast, but I don't want to stop using python because it is so convenient. How do I handle this case?
This goes probably against mojo philosophy because creates a two-world problem (python on top of mojo) but I want it so hard
Was this page helpful?