Comment on A high-performance, zero-overhead, extensible Python compiler using LLVMComments−amelius1yThe challenge is not just to make Python faster, it's to make Python faster __and__ port the ecosystem of Python modules to your new environment.−eigenspace1yIt’s also just simply not python. It’s a separate language with a confusingly close syntax to python, but quite different semantics.−Myrmornis1yThis should be top comment. If I don't get the ecosystem then I'd just use Rust.
Comments
The challenge is not just to make Python faster, it's to make Python faster __and__ port the ecosystem of Python modules to your new environment.
It’s also just simply not python. It’s a separate language with a confusingly close syntax to python, but quite different semantics.
This should be top comment. If I don't get the ecosystem then I'd just use Rust.