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 -- https://mail.python.org/mailman/listinfo/python-list