PyPy: Difference between revisions

163 bytes added ,  13 years ago
There, at least added a link to them in version control
(Create impl page.)
 
(There, at least added a link to them in version control)
 
(2 intermediate revisions by 2 users not shown)
Line 1:
{{implementation|Python}}
AnA compliant implementation of the [[Python]] whichlanguage useswritten Pythonin itselfa torestricted generatesubset interpretersof and[[Python]] virtualwhich machinescan forbe runningrun underin theanother [[Python]] programminginterpreter languageor translated to C and compiled for fast execution.
 
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.<ref>http://codespeak.net/pypy/dist/pypy/doc/architecture.html#mission-statement</ref>
 
 
==External Links==
* [http://codespeak.net/pypy/dist/pypy/doc/news.html PyPy official site]
* [https://codespeak.net/viewvc/pypy/lang/ Browse source of other Virtual Machines implemented on PyPy's framework]
 
==References==
Anonymous user