Comment by tcoff91
I think if you want python but fast then Mojo is your only hope.
EDIT: yes and there’s pypy as well as pointed out below. Basically you gotta use an alternative python implementation of some kind.
I think if you want python but fast then Mojo is your only hope.
EDIT: yes and there’s pypy as well as pointed out below. Basically you gotta use an alternative python implementation of some kind.
There’s always PyPy - it’s much faster than CPython and, unlike Mojo, is ready to use today.