Psyco

Revision as of 23:37, 17 October 2014 by rosettacode>Hajo (Just-in-time compiler for Python)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

From Wikipedia:

Psyco is a specializing just-in-time compiler for Python.
Psyco is written in C and generates only x86-based code.

On March 12, 2012, Psyco was announced to be "unmaintained and dead".
A follow-up project to Psyco is PyPy.

Website: SF.net