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
1 Reply
ViynShade
ViynShade11mo ago
maybe with mojo code compiled to the shared library (still waiting for this feature)

Did you find this page helpful?