[Baypiggies] Why I went from Python to Go (and not node.js)

David Berthelot david.berthelot at gmail.com
Sun Sep 16 21:44:40 CEST 2012


That's a very interesting post.

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.

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.

Which brings me to my dream python 4 (since putting all that in python3
would be too major of a jump):
- 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)
* that would bridge the gap between weak and strong typing and bridge the
gap of script versus compiled performance
- Natively support a multiprocessor-gevent paradigm


On Sun, Sep 16, 2012 at 10:22 AM, Tony Cappellini <cappy2112 at gmail.com>wrote:

>
> This is likely to stir up some an interesting debate.
>
>
> http://jordanorelli.tumblr.com/post/31533769172/why-i-went-from-python-to-go-and-not-node-js
>
>
> _______________________________________________
> Baypiggies mailing list
> Baypiggies at python.org
> To change your subscription options or unsubscribe:
> http://mail.python.org/mailman/listinfo/baypiggies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/baypiggies/attachments/20120916/441012a9/attachment.html>


More information about the Baypiggies mailing list