Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison pkg-descr @ 2:5797a1bc38cb origin
ADD: the latest easily available port of lang/pypy
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 28 Sep 2022 22:14:32 +0200 |
| parents | |
| children | 6759fcd40deb |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 2:5797a1bc38cb |
|---|---|
| 1 PyPy is a fast, compliant alternative implementation of the Python language | |
| 2 (2.7.13). It has several advantages and distinct features: | |
| 3 | |
| 4 - Speed: thanks to its Just-in-Time compiler, Python programs often run faster | |
| 5 on PyPy. | |
| 6 - Memory usage: large, memory-hungry Python programs might end up taking less | |
| 7 space than they do in CPython. | |
| 8 - Compatibility: PyPy is highly compatible with existing python code. It | |
| 9 supports ctypes and can run popular python libraries like | |
| 10 twisted and django. | |
| 11 - Sandboxing: PyPy provides the ability to run untrusted code in a fully | |
| 12 secure way. | |
| 13 - Stackless: PyPy can be configured to run in stackless mode, providing | |
| 14 micro-threads for massive concurrency. | |
| 15 - As well as other features. | |
| 16 | |
| 17 WWW: http://pypy.org |
