<div dir="ltr"><br><div class="gmail_quote">On Sun, Nov 15, 2009 at 12:10 AM, Terry Reedy <span dir="ltr"><<a href="mailto:tjreedy@udel.edu">tjreedy@udel.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Paul Rubin wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Mark Chu-Carroll has a new post about Go:<br>
<br>
  <a href="http://scienceblogs.com/goodmath/2009/11/the_go_i_forgot_concurrency_an.php" target="_blank">http://scienceblogs.com/goodmath/2009/11/the_go_i_forgot_concurrency_an.php</a><br>
</blockquote>
<br></div>
In a couple of minutes, I wrote his toy prime filter example in Python, mostly from the text rather than the code, which I can barely stand to read. It ran the first time without error.<br>
<br></blockquote><div><br>Yes, but the cool thing about the Go version is that it does each generator in a different thread, so in theory it could run twice as fast on a multi-core machine.  <br><br>Y<br></div></div></div>