That's a very interesting post.<br><br>If I understand well, the author of the post wanted something like gevent combined with multiprocessor, and all that without monkey patching, so basically have this natively part of  the language.<br>
<br>May be that's the killer feature that was missing to make people convert from python2 to python3. I often hear people complaining about GIL and multithreading, even in the multiprocessor module documentation it is described as way to bypass GIL. <br>
<br>Which brings me to my dream python 4 (since putting all that in python3 would be too major of a jump):<br>- Allow cython syntax to be supported with or without compilation (e.g. typing cython in interactive mode with cdef etc..., and in compiled mode instead of .pyc files, you'd get .so files)<br>
* that would bridge the gap between weak and strong typing and bridge the gap of script versus compiled performance<br>- Natively support a multiprocessor-gevent paradigm<br><br><br><div class="gmail_quote">On Sun, Sep 16, 2012 at 10:22 AM, Tony Cappellini <span dir="ltr"><<a href="mailto:cappy2112@gmail.com" target="_blank">cappy2112@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>This is likely to stir up some an interesting debate.<br><br><a href="http://jordanorelli.tumblr.com/post/31533769172/why-i-went-from-python-to-go-and-not-node-js" target="_blank">http://jordanorelli.tumblr.com/post/31533769172/why-i-went-from-python-to-go-and-not-node-js</a><br>

<br>
<br>_______________________________________________<br>
Baypiggies mailing list<br>
<a href="mailto:Baypiggies@python.org">Baypiggies@python.org</a><br>
To change your subscription options or unsubscribe:<br>
<a href="http://mail.python.org/mailman/listinfo/baypiggies" target="_blank">http://mail.python.org/mailman/listinfo/baypiggies</a><br></blockquote></div><br>