Sunday, May 12, 2013

PyPy

PyPy is a very compliant Python interpreter, almost a drop-in replacement for CPython 2.7.3. It's fast due to its integrated tracing JIT compiler. The current release — PyPy 2.0 — support x86 Linux, Mac OS/X, Windows. ARM support in 2.0 is alpha-level.

Website: http://pypy.org/