Download List

Descripción del Proyecto

Shed Skin is an experimental (restricted-)Python-to-C++ compiler. It accepts pure but implicitly statically typed Python programs and generates optimized C++ code. The result can be further compiled to stand-alone programs or extension modules. For a set of 63 non-trivial test programs, at more than 16,000 lines in total (sloccount), measurements show a typical speedup of 2-200 times over CPython. Not all Python features are supported, and only a subset of about 25 library modules, such as re and random.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-17 05:40 Back to release list
0.9.1

Se han solucionado varios errores. itertools.Product se optimizó enormemente. STR.Join y str.__ne__ fueron optimizados. Un nuevo ejemplo de 'escalado de imagen' agregó (hq2x). La enumeración opcional ahora se admite el argumento 'iniciar'. Se mejoraron las advertencias de módulo de extensión. Una nueva opción que se agregó -L, para agregar un directorio de biblioteca. Banderas ahora pueden residir en /etc/shedskin y lib / en /usr/share/shedskin.
Several bugs were fixed. itertools.product was greatly optimized. str.join and str.__ne__ were optimized. A new 'image scaling' example was added (hq2x). The optional enumerate 'start' argument is now supported. Extension module warnings were improved. A new option -L was added, to add a library directory. FLAGS can now reside in /etc/shedskin, and lib/ in /usr/share/shedskin.

Project Resources