Hacker News new | ask | show | jobs
by bastawhiz 1287 days ago
Pypy uses its own JIT. This project does AOT with LLVM. They're not compatible.

MyPyC requires type annotations to work. This does not.