slackbuilds_ponce/python/pypy/README
Audrius Kažukauskas 1f0744a911 python/pypy: Added (implementation of Python written in Python)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-11-20 12:07:41 -06:00

6 lines
281 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 binaries provided by upstream.