freebsd-ports/devel/shedskin/pkg-descr
Alexey Dokuchaev 203f3f0f64 Add a port of Shed Skin, an experimental compiler that can translate pure,
but implicitly statically typed Python programs into optimized C++.

While here, sort entries in `devel/Makefile' (once again).

PR:	211572
2016-08-05 09:09:56 +00:00

11 lines
572 B
Text

Shed Skin is an experimental compiler, that can translate pure, but implicitly
statically typed Python (2.4-2.6) programs into optimized C++. It can generate
stand-alone programs or extension modules that can be imported and used in
larger Python programs.
Besides the typing restriction, programs cannot freely use the Python standard
library (although about 25 common modules, such as `random' and `re', are
currently supported). Also, not all Python features, such as nested functions
and variable numbers of arguments, are supported.
WWW: http://shedskin.github.io/