Shed Skin is an experimental compiler, that can translate pure, but implicitly statically typed Python programs into optimized C++. It can generate stand-alone programs or extension modules that can be imported and used in larger Python programs.
4 lines
247 B
Text
4 lines
247 B
Text
Shed Skin is an experimental compiler, that can translate pure, but implicitly
|
|
statically typed Python programs into optimized C++. It can generate stand-alone
|
|
programs or extension modules that can be imported and used in
|
|
larger Python programs.
|