Add my dreams.

This commit is contained in:
Vincent Driessen
2014-08-14 16:25:24 +02:00
parent c8e749d54a
commit 88981cfe40
+17
View File
@@ -0,0 +1,17 @@
# Dreams
* Simplify packaging dramatically for the 80% of the projects (setuptools is so
complex even experienced Pythonista's need to consult the docs every time, or
copy-paste)
* PyPy3 as the default Python everywhere (not just PyPy)
* Constructivism, not criticism, in the Python 2/3 debate
* A Python 2.8 with the sole goal of bridging the transition to 3.x smoothly
and pragmatically
* Significant efforts to improve performance of Python runtimes (continuing
development of projects like PyPy, and [Pyston][1])
* Support for [algebraic data types][2]
* Optional (lightweight) type annotations, for clarity of code and to assist
the interpreter
[1]: https://tech.dropbox.com/2014/04/introducing-pyston-an-upcoming-jit-based-python-implementation/)
[2]: http://en.m.wikipedia.org/wiki/Algebraic_data_type