Mention Cython and remove obsolete alternatives

This commit is contained in:
Antoine Pitrou 2011-02-05 10:57:17 +00:00
parent eb50ba5ab7
commit 09264b66f2
3 changed files with 11 additions and 12 deletions

View file

@ -127,9 +127,9 @@ increased speed.
.. XXX seems to have overlap with other questions!
`Pyrex <http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/>`_ can compile a
slightly modified version of Python code into a C extension, and can be used on
many different platforms.
`Cython <http://cython.org>`_ and `Pyrex <http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/>`_
can compile a slightly modified version of Python code into a C extension, and
can be used on many different platforms.
`Psyco <http://psyco.sourceforge.net>`_ is a just-in-time compiler that
translates Python code into x86 assembly language. If you can use it, Psyco can