Skip to content

Commit

Permalink
update tarball to 0.9.7 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
srepmub committed Dec 26, 2023
1 parent 8ef7768 commit fd9e7a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ <h2>An experimental (restricted-)Python-to-C++ compiler</h2>

<h3 style="display:none">Project description</h3>

<p><b>Shed Skin</b> is an <i>experimental</i> compiler, that can translate pure, but <i>implicitly statically</i> typed Python 3 programs into optimized C++. It can generate stand-alone programs or extension modules that can be imported and used in larger Python programs.</p>
<p><b>Shed Skin</b> is a transpiler, that can translate pure, but <i>implicitly statically</i> typed Python 3 programs into optimized C++. It can generate stand-alone programs or extension modules that can be imported and used in larger Python programs.</p>

<p>Besides the typing restriction, programs cannot freely use the Python standard library (although about 25 common modules, such as <b>random</b> and <b>re</b>, are currently supported). Also, not all Python features, such as nested functions and variable numbers of arguments, are supported (see the <a href="https://shedskin.readthedocs.io/">documentation</a> for details).</p>

<p>For a set of <a href="https://github.com/shedskin/shedskin/tree/master/examples">77 non-trivial programs</a> (at over 25,000 lines in total (sloccount)), measurements show a typical speedup of 1-100 times over CPython.</p>
<p>For a set of <a href="https://github.com/shedskin/shedskin/tree/master/examples">80 non-trivial programs</a> (at over 25,000 lines in total (sloccount)), measurements show a typical speedup of 1-100 times over CPython.</p>

</div>
<div class="four columns">

<h3>Featured downloads</h3>
<ul>
<li><a href="https://github.com/shedskin/shedskin/archive/refs/tags/v0.9.6.tar.gz" title="Shed Skin 0.9.6 for GNU/Linux and OSX" class="button button-primary">shedskin-0.9.6.tgz</a></li>
<li><a href="https://github.com/shedskin/shedskin/archive/refs/tags/v0.9.7.tar.gz" title="Shed Skin 0.9.7 for GNU/Linux and OSX" class="button button-primary">shedskin-0.9.6.tgz</a></li>
</ul>

<h3>Documentation</h3>
Expand Down

0 comments on commit fd9e7a7

Please sign in to comment.