PyPy

From Rosetta Code
Revision as of 01:42, 18 May 2010 by MikeMol (talk | contribs) (Create impl page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
PyPy is an implementation of Python. Other implementations of Python.

An implementation of Python which uses Python itself to generate interpreters and virtual machines for running under the Python programming language.

PyPy's Mission Statement is to provide:

  • a common translation and support framework for producing implementations of dynamic languages, emphasising a clean separation between language specification and implementation aspects.
  • a compliant, flexible and fast implementation of the Python Language using the above framework to enable new advanced features without having to encode low level details into it.[1]


External Links

References