Python can run Mojo now

8 points by spookylukey


duck_tape

I’ve been playing around a bit with the bindings, and it’s really nice how the context switch overhead reduced with Mojo. It’s less jarring than writing a Py03 module and jumping between Rust and Python at least.

Not a giant deal, but it is a nice feature of their “python family” syntax, and overall stdlib design.

Example: range and len are the same in both languages.

codekobold

Cool, but in terms of performance the more interesting comparison would be with other compiling/jittng python accelerators like numba, jax or cython, not plain python.

codekobold
Comment removed by author