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. Best regards, Kay Hayen _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
