ダウンロードリスト

プロジェクト概要

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にホスティングされているものではありません。

2010-01-14 20:36 リリース一覧に戻る
0.3

heapq'、そして'CSVファイル'が追加されました'のサポートitertools'、'。今でている合計20の標準ライブラリモジュールです。 4つの新しいサンプルプログラム、44、合計含まれている。型推論のスケーラビリティを改善しました。 'をサポートする'、'フィルタ'、および'のサポートと一緒に追加された削減'ステートメントを'。また、他の多くの新機能、バグ修正、および最適化された。
Support for 'itertools', 'heapq', and 'csv' was added. There are now 20 standard library modules in total. Four new example programs were included, bringing the total to 44. Type inference scalability was improved. Support for 'map', 'filter', and 'reduce' was added along with support for the 'with' statement. There were also many other new features, bugfixes, and optimizations.

プロジェクトリソース