blob: e63b5986b66d24d2ccc27ba7740b7d54f00d14d8 (
plain)
1
2
3
4
5
6
7
8
9
|
PyPy is a very compliant implementation of the Python language. PyPy
has several advantages and distinctive features: speed (Just-in-Time
compiler), lower memory usage for large programs, sandboxing and
stackless mode.
NOTE: this script is for PyPy which implements Python 3.
This is a repackaging of the portable binaries from
<https://github.com/squeaky-pl/portable-pypy>.
|