ダウンロードリスト

プロジェクト概要

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.

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2011-03-27 05:25 リリース一覧に戻る
0.7.1

拡張モジュールのサポートが改善されました。いくつかの組み込み関数が最適化された:郵便番号は、min、maxは、マップは、フィルタ処理、削減、およびpow。警告は、長さ2以上の不均一タプルが追加されました。ループとシーケンスの内部がクリーンアップされました。二つの新しい例が追加されました:量子モンテカルロシミュレータとrsyncの実装を。
Extension module support was improved. Several builtins were optimized: zip, min, max, map, filter, reduce, and pow. A warning was added for non-uniform tuples of length greater than 2. Internals for looping and sequences were cleaned up. Two new examples were added: a quantum monte carlo simulator and an rsync implementation.

プロジェクトリソース