Sebastien Binet, 25.08.2010 08:57:
> On Tue, 24 Aug 2010 13:08:00 +0200, Kay Hayen wrote:
>> Am 23.08.2010 13:50, schrieb Neal Becker:
>>> What is it?
>>
>> It is a Python compiler. It takes Python source code of a module or a
>> whole program, and translates it to C++ that is then using libpython to
>> execute the code.
>>
>> It's similar or even an offspring to Cython, but with a different focus,
>> namely on using pure Python and supporting all the language constructs,
>> however dynamic they are.
>>
>> Currently it is quite new, but it passes the largest part of the CPython
>> test suite, so it should be very compatible.
>
> don't take it wrong but, how different is that from ShedSkin[0] ?

He explained that before. It's different because his code runs against the 
CPython runtime, whereas ShedSkin is an independent implementation of a 
restricted Python-like language.

Stefan
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to