Mercurial > hgrepos > FreeBSD > ports > PyPy
annotate pkg-descr @ 78:a5f5a5ecec13
Do not write into the current directory while building the port: only use WRKDIR.
WRKDIR is given as PYPY_WRKDIR into the MAKE_ENV.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 03 Oct 2022 17:53:21 +0200 |
| parents | 82ca701f5432 |
| children | c356842bd68c |
| rev | line source |
|---|---|
|
68
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1 PyPy3 is a fast, compliant alternative implementation of the Python |
|
76
82ca701f5432
Build PyPy3 for Python 3.8 using PyPy3.8-v7.3.9
Franz Glasner <fzglas.hg@dom66.de>
parents:
73
diff
changeset
|
2 language (3.8.13). It has several advantages and distinct features: |
|
68
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
3 |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
4 - Speed: thanks to its Just-in-Time compiler, Python programs often run faster |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
5 on PyPy3. |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
6 - Memory usage: large, memory-hungry Python programs might end up taking less |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
7 space than they do in CPython. |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
8 - Compatibility: PyPy3 is highly compatible with existing python code. It |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
9 supports ctypes and can run popular python libraries like |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
10 twisted and django. |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
11 - Sandboxing: PyPy3 provides the ability to run untrusted code in a fully |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
12 secure way. |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
13 - Stackless: PyPy3 can be configured to run in stackless mode, providing |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
14 micro-threads for massive concurrency. |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
15 - As well as other features. |
