Hi, You might find this Cython talk with slides and video interesting:
http://wiki.wstein.org/2008/sageseminar/kantor Title: How Cython Works Speaker: Josh Kantor Abstract: The cython language is an extension of the python language which can be used to write highly optimized low level (relative to python) code. The cython compiler, which is itself written in python, compiles the cython language to C code. The goal of this talk is to give an overview of how the cython compiler is implemented, and to give ideas for how to possibly modify or improve cython. -- William Stein Associate Professor of Mathematics University of Washington http://wstein.org _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
