RPython (short for Restricted Python) is a subset of the Python programming language. It can be compiled to a native executable with the PyPy/RPython toolchain.
RPython is the main language that PyPy is written in.
Comment
Name