<div dir="ltr">On Mon, Mar 18, 2013 at 8:58 AM, Chris Angelico <span dir="ltr"><<a href="mailto:rosuav@gmail.com" target="_blank">rosuav@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="im"><span style="color:rgb(34,34,34)">I suppose what I'm asking for is a 1-2 sentence blurb to sell the</span><br>

</div>
idea. What's the key advantage for daily work?<br></blockquote><div><br></div><div><a href="http://en.wikipedia.org/wiki/Message_passing">http://en.wikipedia.org/wiki/Message_passing</a></div><div><a href="http://en.wikipedia.org/wiki/Erlang_(programming_language)">http://en.wikipedia.org/wiki/Erlang_(programming_language)</a></div>

<div><br></div><div style>In Erlang, message passing between processes is the main/only thing you do. When every program is built as a set of processes passing messages, you get free parallelization. You can also arrange the message queuing to allow hot-replacing processes, i.e. update your code while it's running.</div>

<div style><br></div><div style>It's a neat concept, but it's not in python's history or culture to "enforce" programming paradigms. And of course the bit shifting operators aren't going anywhere.</div>

<div style><br></div><div style><br></div><div style>Yuval Greenfield</div><div style><br></div></div></div></div>