|
|
|
|
|
by svieira
1688 days ago
|
|
PyPy is two projects. 1. RPython + the PyPy _compiler_ which is a compiler for JIT compilers (like GraalVM as I understand it) 2. An implementation of the Python language _using_ RPython to produce a JIT for Python scripts. There are other languages _using_ RPython + PyPy compiler to produce JIT compilers for languages other than Python too. https://doc.pypy.org/en/latest/architecture.html#layers |
|
The first Futaruma Projection would be if PyPy would specialize the interpreter based on the python program yielding an executable.