PyPy is a Python interpreter and JIT compiler. PyPy focuses on speed, efficiency and 100% compatibility with the original CPython interpreter.
PyPy was conceived as an implementation of Python written in Python, which enables Python developers to hack the implementation. This makes it easy to identify areas where it can be improved. The fact that PyPy is implemented in a high level language makes it also more flexible and easier to experiment wit...
More
Read article at Wikipedia
PyPy
top ↑
Similar topics in Freebase
-
Nevow
Nevow (pronounced like the French nouveau) is a Python web application framework originally developed by the company Divmod. Template substitution is achieved via a small Tag Attribute Language, which is usually embedded in on-disk XML templates, though there is also a pure-Python domain-specific... -
Smalltalk YX
Smalltalk YX (Syx) is an open source programming language. It's an implementation of the Smalltalk-80 standard. Syx is written in the C programming language and has the following purposes: One of the goals of Smalltalk YX is to be very portable and to have the image be compatible to all kind of... -
BitTornado
BitTornado is a free BitTorrent client for transfer of computer files over networks, including the Internet. It is developed by John Hoffman, who also created its predecessor, Shad0w's Experimental Client. Based on the original BitTorrent client, the interface is largely the same, with added... -
Mootools
MooTools (My Object-Oriented Tools) is a lightweight, object-oriented, JavaScript framework. It is released under the free, open-source MIT License. It is used on more than 5% of all websites, and is one of the most popular JavaScript libraries. Valerio Proietti first authored the framework and... -
G3 Torrent
G3 Torrent is an open source (MIT License) BitTorrent client. Their sourceforge home page states: To create the most visually appealing as well as feature-rich bittorrent based application. It aims to provide a gross amount of statistical and network data in a visually empowered format. G3 Torrent... -
SCons
SCons is a computer software construction tool that automatically analyzes source code file dependencies and operating system adaptation requirements from a software project description and generates final binary executables for installation on the target operating system platform. Its function is...