Psyco: Difference between revisions

From Rosetta Code
Content added Content deleted
(Just-in-time compiler for Python)
 
(Update markup so non-tasks aren't counted as tasks)
 
Line 1: Line 1:
{{Implementation|Python}}

From [http://en.wikipedia.org/wiki/Psyco Wikipedia]:
From [http://en.wikipedia.org/wiki/Psyco Wikipedia]:


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


Line 8: Line 10:


Website: [http://psyco.sourceforge.net SF.net]
Website: [http://psyco.sourceforge.net SF.net]

[[Category:Python]]

Latest revision as of 23:07, 20 January 2020

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