On 8/10/07, <b class="gmail_sendername">Bulat Ziganshin</b> &lt;<a href="mailto:bulat.ziganshin@gmail.com">bulat.ziganshin@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
if you mean Erlang&#39;s sophisticated rules of which messages in queue to<br>process first - this may be not yet implemented for Haskell. if you<br>mean that program is just many threads which pass messages through<br>channels to each other - it&#39;s easily accomplished in Haskell through
<br>Chan constructor. you can look at chameneos shootout entry, for<br>example<br></blockquote></div><br>Forgot to mention, a really cool thing about
Erlang message-passing is that
the other thread doesnt have to be on the same machine ;-)<br><br>