RPython (restricted python) is a subset of the Python programming language that is able to be statically compiled. It was created by the PyPy project.
Read article at Wikipedia
RPython
Programming Language
Parent Language:
Similar topics in Freebase
-
Stackless Python
Stackless Python, or Stackless, is a Python programming language interpreter, so named because it avoids depending on the C call stack for its own stack. The most prominent feature of Stackless is microthreads, which avoid much of the overhead associated with usual operating system threads. In...