[Haskell-cafe] Actors and message-passing a la Erlang

Job Vranish job.vranish at gmail.com
Mon Jul 26 09:09:43 EDT 2010


I think most of the Erlang style actors with message passing can be done in
Haskell with just TChan and forkIO.

http://en.wikibooks.org/wiki/Haskell/Concurrency

- Job

On Sun, Jul 25, 2010 at 4:55 PM, Yves Parès <limestrael at gmail.com> wrote:

> Hello !
>
> I've been studying Erlang and Scala, and I was wondering if someone has
> already implemented an actors and message passing framework for concurrent
> and distributed programs in Haskell.
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100726/67426212/attachment.html


More information about the Haskell-Cafe mailing list