diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2023-03-17 09:41:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-18 09:50:18 +0700 |
commit | ba2650278041e4af0a3ae3c32d344d1fcb36b402 (patch) | |
tree | b1b1ad18daf14b1baebdf92a392be5671363d36a /python/PyPy3/slack-desc | |
parent | 334ea335780f5e6bd9358c22f4042fdb7b41b87c (diff) |
python/PyPy3: Added (implementation of Python 3 written in Python).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/PyPy3/slack-desc')
-rw-r--r-- | python/PyPy3/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/PyPy3/slack-desc b/python/PyPy3/slack-desc new file mode 100644 index 0000000000..0462ed4fa2 --- /dev/null +++ b/python/PyPy3/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------------------------------------------------------| +PyPy3: PyPy3 (implementation of Python 3 written in Python) +PyPy3: +PyPy3: PyPy is a very compliant implementation of the Python language. PyPy +PyPy3: has several advantages and distinctive features: speed (Just-in-Time +PyPy3: compiler), lower memory usage for large programs, sandboxing and +PyPy3: stackless mode. +PyPy3: +PyPy3: Homepage: http://pypy.org/ +PyPy3: +PyPy3: +PyPy3: |