hi, On Tue, 24 Aug 2010 13:08:00 +0200, Kay Hayen <[email protected]> wrote: > Hello Neal, > > 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] ? cheers, sebastien. [0] http://shed-skin.blogspot.com/ http://code.google.com/p/shedskin/ _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
