Kay, (and Stefan) On Wed, 25 Aug 2010 09:09:18 +0200, Kay Hayen <[email protected]> wrote: > > Hello Sebastien, > > >> 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] ? > > I looked at it, and it seems to use C++ STL instead of libpython, and > has this constraint: "can translate pure, but implicitly statically > typed Python programs into optimized C++". > > So Cython (and alikes) are about compiling Python to C, but "object" > remains a legal type.
ah! ok, I see the not-so-subtle difference now :) cheers, sebastien. -- ######################################### # Dr. Sebastien Binet # Laboratoire de l'Accelerateur Lineaire # Universite Paris-Sud XI # Batiment 200 # 91898 Orsay ######################################### _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
