summaryrefslogtreecommitdiffstats
path: root/python/pypy3/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pypy3/README')
-rw-r--r--python/pypy3/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/pypy3/README b/python/pypy3/README
new file mode 100644
index 0000000000..e63b5986b6
--- /dev/null
+++ b/python/pypy3/README
@@ -0,0 +1,9 @@
+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.
+
+NOTE: this script is for PyPy which implements Python 3.
+
+This is a repackaging of the portable binaries from
+<https://github.com/squeaky-pl/portable-pypy>.