Y
Hacker News
new
|
ask
|
show
|
jobs
by
v3ss0n
1286 days ago
Why not contribution to PyPy and Why not MyPyC
1 comments
bastawhiz
1286 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.
link
MyPyC requires type annotations to work. This does not.