10 lines
359 B
Plaintext
10 lines
359 B
Plaintext
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 implementation of Python 2.7
|
|
|
|
This is a repackaging of the binaries from
|
|
https://www.pypy.org/download.html
|