|
|
|
|
|
by jhgb
1690 days ago
|
|
As far as I remember, PyPy uses a Python interpreter written in RPython that's being specialized with respect to the actual Python code to be executed, with the residual program implementing the semantics of that one Python program that's been fed into it. |
|