[Python-checkins] peps: Add brief section on Reticulated Python, plus stubs for other Pythonic projects.

guido.van.rossum python-checkins at python.org
Fri Jan 9 19:55:35 CET 2015


https://hg.python.org/peps/rev/39fedd54da48
changeset:   5666:39fedd54da48
user:        Guido van Rossum <guido at python.org>
date:        Fri Jan 09 10:52:06 2015 -0800
summary:
  Add brief section on Reticulated Python, plus stubs for other Pythonic projects.

files:
  pep-0482.txt |  35 ++++++++++++++++++++++++++++++-----
  1 files changed, 30 insertions(+), 5 deletions(-)


diff --git a/pep-0482.txt b/pep-0482.txt
--- a/pep-0482.txt
+++ b/pep-0482.txt
@@ -18,8 +18,9 @@
 literature overview of related work.
 
 
-Existing Approaches in Other Languages
-======================================
+Existing Approaches for Python
+==============================
+
 
 mypy
 ----
@@ -27,6 +28,27 @@
 (This section is a stub, since mypy [mypy]_ is essentially what we're
 proposing.)
 
+
+Reticulated Python
+------------------
+
+Reticulated Python [reticulated]_ by Michael Vitousek is an example of
+a slightly different approach to gradual typing for Python. It is
+described in an actual academic paper [reticulated-paper]_ written by
+Vitousek with Jeremy Siek and Jim Baker (the latter of Jython fame).
+
+
+Others
+------
+
+TBD: Add sections on pyflakes [pyflakes]_, pylint [pylint]_, numpy
+[numpy]_, Argument Clinic [argumentclinic]_, pytypedecl [pytypedecl]_,
+numba [numba]_, obiwan [obiwan]_.
+
+
+Existing Approaches in Other Languages
+======================================
+
 ActionScript
 ------------
 
@@ -165,12 +187,15 @@
 References
 ==========
 
-.. [pep-3107]
-   http://www.python.org/dev/peps/pep-3107/
-
 .. [mypy]
    http://mypy-lang.org
 
+.. [reticulated]
+   https://github.com/mvitousek/reticulated
+
+.. [reticulated-paper]
+   http://wphomes.soic.indiana.edu/jsiek/files/2014/03/retic-python.pdf
+
 .. [obiwan]
    http://pypi.python.org/pypi/obiwan
 

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list