Hacker News new | ask | show | jobs
by jitl 1060 days ago
It’s written in a very restricted variant of Python, rpython: https://rpython.readthedocs.io/en/latest/rpython.html
1 comments

"RPython is a subset of Python2 that can be statically compiled. The PyPy interpreter is written mostly in RPython (with pieces in Python), while the RPython compiler is written in Python." - https://rpython.readthedocs.io/en/latest/getting-started.htm...