[go: up one dir, main page]

Skip to content

Commit

Permalink
added doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Szabo committed Feb 22, 2016
1 parent 401a027 commit fcc7382
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion staticpython.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ <h1><a name="What_is_StaticPython_?"></a>What is StaticPython?<a href="#What_is_
in the sense that both of them can be compiled to a single-file statically
linked binary executable on Linux i386. MicroPython supports many more
architectures (including microcontrollers), and it's a complete
reimplementation of the Python 3.4 language, without reusing code from the
reimplementation of the Python 3.4 language (but contains only a fraction
of the Python standard library), without reusing code from the
CPython interpreter. (Static Python uses CPython.) The binary size of
MicroPython is about 17.56 times smaller than StaticPython See this
<a href="http://ptspts.blogspot.com/2016/02/micropython-for-linux-i386-statically.html">blog post</a> about a file size comparison.
Expand Down

0 comments on commit fcc7382

Please sign in to comment.