The predecessor of Pypy is called Psyco http://psyco.sourceforge.net/
To enable JIT in Python2.x, simply `import psyco; psyco.full()`
It was fun while it lasted.
For Pypy3, check out https://github.com/fijal/jitpy
The predecessor of Pypy is called Psyco http://psyco.sourceforge.net/
To enable JIT in Python2.x, simply `import psyco; psyco.full()`
It was fun while it lasted.
For Pypy3, check out https://github.com/fijal/jitpy