Shed Skin Optimizing Python-to-C++ Compiler 0.0.19

Mark Dufour mark.dufour at gmail.com
Thu Feb 8 21:37:44 CET 2007


Hi all,

I have just released version 0.0.19 of Shed Skin, an optimizing
Python-to-C++ compiler. It allows for translation of pure
(unmodified), implicitly statically typed Python programs into
optimized C++, and hence, highly optimized machine language. This
latest release adds basic support for iterators and generators, as
well as a full implementation of the random module (by converting it
to C++ from a Python implementation), among other things.

For more details, please visit the homepage at:
http://mark.dufour.googlepages.com


Thanks!
Mark Dufour.
-- 
"One of my most productive days was throwing away 1000 lines of code"
- Ken Thompson


More information about the Python-announce-list mailing list