pypy

pypy is another Python implementation written with Python. Thanks to Just In Time compiler, pypy is faster than official Python implementation. Official build of pypy is available at pypy official page, but this binary cannot work without any warning on classical Linux distribution, such as Red Hat Enterprise Linux.

I build pypy on Cent OS 5 and 6 to link correct libraries.

Downloads

pypy 2.2.1 for Cent OS 6

pypy 2.0 beta1 for Cent OS 5

pypy 2.0 beta1 for Cent OS 6