Canonical pattern reference in Actors programming model.
Posted
by Bubba88
on Stack Overflow
See other posts from Stack Overflow
or by Bubba88
Published on 2010-05-25T06:16:32Z
Indexed on
2010/05/25
6:21 UTC
Read the original article
Hit count: 259
Hello!
Is there a source, which I could use to learn some of the most used and popular practices regarding Actor-/Agent-oriented programming. My primary concern is about parallelism and distribution limited to the mentioned scheme - Actors, message passing.
Should I begin with Erlang documentation or maybe there is any kind of book that describes the most important building blocks when programming Actor-oriented?
Thank you!
(Most useful examples would be in Scala or F#)
© Stack Overflow or respective owner