diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2023-03-17 09:40:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-18 09:50:18 +0700 |
commit | 334ea335780f5e6bd9358c22f4042fdb7b41b87c (patch) | |
tree | 88abdc585c6c7a9e42c8482611900088a04b8ff5 /python/PyPy/slack-desc | |
parent | 18dda33f5af77ba056fe659aee939819db926e3a (diff) |
python/PyPy: Added (implementation of Python 2 written in Python).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/PyPy/slack-desc')
-rw-r--r-- | python/PyPy/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/PyPy/slack-desc b/python/PyPy/slack-desc new file mode 100644 index 0000000000..9ff0b3e921 --- /dev/null +++ b/python/PyPy/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +PyPy: PyPy (implementation of Python 2 written in Python) +PyPy: +PyPy: PyPy is a very compliant implementation of the Python language. PyPy +PyPy: has several advantages and distinctive features: speed (Just-in-Time +PyPy: compiler), lower memory usage for large programs, sandboxing and +PyPy: stackless mode. +PyPy: +PyPy: Homepage: http://pypy.org/ +PyPy: +PyPy: +PyPy: |