⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

From [http://en.wikipedia.org/wiki/Psyco 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: [http://psyco.sourceforge.net SF.net]

[[Category:Python]]