Psyco

From Rosetta Code
Revision as of 23:07, 20 January 2020 by Thundergnat (talk | contribs) (Update markup so non-tasks aren't counted as tasks)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Psyco is an implementation of Python. Other implementations of Python.

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