Shed Skin
| Shed Skin | |
|---|---|
| Original authors | Mark Dufour, others |
| Initial release | 2005 |
| Stable release | 0.9.9
/ June 22, 2024 |
| Written in | Python, C++ |
| Operating system | Cross-platform: Linux, macOS, Windows |
| Available in | Python |
| Type | Source-to-source compiler |
| License | GPLv3, BSD, MIT |
| Website | shedskin |
| Repository | |
Shed Skin is an experimental restricted-Python (3.8+) to C++ programming language compiler. It 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.
Shed Skin is an open source project with contributions from many people, however the main author is Mark Dufour. Work has been going into Shed Skin since 2005.