From b502b684b66faaf192f7d8fe3a1969dc03e1399f Mon Sep 17 00:00:00 2001 From: Joe Esposito Date: Sun, 31 May 2015 01:08:10 -0400 Subject: [PATCH 1/2] Add 'Shared dreams' update. --- joeyespo/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/joeyespo/README.md b/joeyespo/README.md index 306da32..3b6e6b4 100644 --- a/joeyespo/README.md +++ b/joeyespo/README.md @@ -116,6 +116,15 @@ Kennith, thank you for this outlet. The simplicity of this repo is profound, and I've enjoyed reading the wishes of others. :smiley: +## Update: Shared dreams + +Here's some dreams I didn't even know I had until reading what others had to say. + +- Pattern matching like rust ([thikonom](https://github.com/kennethreitz/dream-python/tree/master/thikonom)) +- Native distributables ([rosarior](https://github.com/kennethreitz/dream-python/tree/master/rosarior)) +- go fmt ([iandanforth](https://github.com/kennethreitz/dream-python/tree/master/iandanforth)) + + [Pittsburgh]: http://en.wikipedia.org/wiki/Pittsburgh [easy]: http://www.infoq.com/presentations/Simple-Made-Easy [learnable-programming]: http://worrydream.com/LearnableProgramming/ From 045415b093aa97610cce6173a8cded266899cf9e Mon Sep 17 00:00:00 2001 From: Joe Esposito Date: Sun, 31 May 2015 01:10:32 -0400 Subject: [PATCH 2/2] Add PyPy.js update. --- joeyespo/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/joeyespo/README.md b/joeyespo/README.md index 3b6e6b4..e3c4254 100644 --- a/joeyespo/README.md +++ b/joeyespo/README.md @@ -62,6 +62,8 @@ My Python dreams, and my reasons for them. - **Python in the browser** + *Update: Looks like there's promise with [PyPy.js :smile:](http://pypyjs.org/) ([Pycon video](https://www.youtube.com/watch?v=PiBfOFqDIAI))* + A lot of what I do these days is web development. Because of this, I've slowly been migrating to JavaScript. It's been a fragmented experience compared to the thoughtfulness of Python data types, literals, and other