From e72ad5c58c4b0278e3a86747f468e90735b17f68 Mon Sep 17 00:00:00 2001 From: Sam Raker Date: Wed, 13 Aug 2014 16:37:20 -0400 Subject: [PATCH] added swizzard's dreams for python --- swizzard/dreams.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 swizzard/dreams.md diff --git a/swizzard/dreams.md b/swizzard/dreams.md new file mode 100644 index 0000000..3d7b825 --- /dev/null +++ b/swizzard/dreams.md @@ -0,0 +1,11 @@ +# Python Dreams +## Portability + + Streamlined distribution pipeline + + Either something in the standard library, or some a PEP to standardize things + +## All PyPy Everything + + PyPy + (the best parts of) Py3K as default interpreter + +## More FP support + + API to decouple objects from methods/make objects implicit + + Chainable objects/some equivalent of Clojure's [threading macros](http://clojuredocs.org/clojure_core/clojure.core/-%3E)