Difference between revisions of "Actor Model"
From MohidWiki
(→RFC - Actor Model in Mohid) |
|||
Line 1: | Line 1: | ||
There are several resources in the Internet explaining the Actor Model and Reactive Programing. Some videos with interesting interviews: | There are several resources in the Internet explaining the Actor Model and Reactive Programing. Some videos with interesting interviews: | ||
<ul> | <ul> | ||
− | <li>Hewitt, Meijer and Szyperski: The Actor Model (everything you wanted to know, but were afraid to ask)[http://channel9.msdn.com/Shows/Going+Deep/Hewitt-Meijer-and-Szyperski-The-Actor-Model-everything-you-wanted-to-know-but-were-afraid-to-ask]</li> | + | <li>Hewitt, Meijer and Szyperski: The Actor Model (everything you wanted to know, but were afraid to ask)[http://channel9.msdn.com/Shows/Going+Deep/Hewitt-Meijer-and-Szyperski-The-Actor-Model-everything-you-wanted-to-know-but-were-afraid-to-ask]; and</li> |
− | <li></li> | + | <li>Francesco Cesarini and Viktor Klang on the Reactive Manifesto[http://www.infoq.com/interviews/cesarini-klang-reactive-manifesto].</li> |
+ | </ul> | ||
+ | To read online: | ||
+ | <ul> | ||
+ | <li>The Reactive Manifesto[http://www.reactivemanifesto.org/];</li> | ||
+ | <li>Learn You Some Erlang for great good![http://learnyousomeerlang.com/content];</li> | ||
</ul> | </ul> |
Revision as of 22:55, 22 January 2014
There are several resources in the Internet explaining the Actor Model and Reactive Programing. Some videos with interesting interviews:
- Hewitt, Meijer and Szyperski: The Actor Model (everything you wanted to know, but were afraid to ask)[1]; and
- Francesco Cesarini and Viktor Klang on the Reactive Manifesto[2].
To read online: