| |||||
It can convert pure, but implicitly statically typed Python programs into optimized C++ code.
It also generate stand-alone programs or extension modules that can be imported and used from larger and more complex Python programs.
Shed Skin consists of only 6,900 lines of Python code, and about 19,000 lines of C++ code (implementation of builtins and library modules).
Limitations:
· Besides the typing restriction, programs cannot freely use the Python standard library (although about 17 common modules, such as random and re, are currently supported).
· Not all Python features, such as nested functions and variable numbers of arguments, are supported.
What's New in This Release: [ read full changelog ]
· Much improved support for arbitrary code at the class level.
· Supports select.select.
· Greatly optimized creating/extending arrays.
· New example programs.

Via: Shed Skin 0.9.3






0 Comment:
Post a Comment