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

Martin Sulzmann martin.sulzmann.haskell at googlemail.com
Mon Jul 26 16:57:58 EDT 2010


Not distributed (yet) but concurrent:
http://hackage.haskell.org/package/actor

The paper " Actors with Multi-headed Message Receive Patterns. COORDINATION
2008<http://www.informatik.uni-trier.de/%7Eley/db/conf/coordination/coordination2008.html#SulzmannLW08>:"
describes the design rationale.

Cheers,
      Martin

On Sun, Jul 25, 2010 at 10: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/d9db3589/attachment-0001.html


More information about the Haskell-Cafe mailing list