slackbuilds_ponce/python/pypy/README
Audrius Kažukauskas 9f2d4d7a39 python/pypy: Updated for version 2.6.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
2015-07-16 10:56:50 -05:00

7 lines
320 B
Text

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.
This is a repackaging of the portable binaries from
<https://github.com/squeaky-pl/portable-pypy>.