OT: This Swift thing

Terry Reedy tjreedy at udel.edu
Thu Jun 5 18:18:15 EDT 2014


On 6/5/2014 4:07 PM, Alain Ketterlin wrote:

>> When I compile Cython modules I use LLVM on this computer.
>
> Cython is not Python, it is another language, with an incompatible
> syntax.

Cython compiles Python with optional extensions that allow additional 
speed ups over compiling Python as is. In other word, the Cython 
language is a Python superset.

-- 
Terry Jan Reedy




More information about the Python-list mailing list