From 84667ab2bd7f5a4d41a505671b8d0e4067facce5 Mon Sep 17 00:00:00 2001 From: Alexander Fefelov Date: Sat, 18 Jan 2014 04:15:36 +0400 Subject: [PATCH] Added "EAI Patterns with Actor Model" --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 18702b2b..a626b4d4 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1360,6 +1360,7 @@ See also [TeX](#tex) ###Scala * [A Scala Tutorial for Java programmers](http://www.scala-lang.org/docu/files/ScalaTutorial.pdf) (PDF) * [Another tour of Scala](http://naildrivin5.com/scalatour) +* [EAI Patterns with Actor Model](https://github.com/alexanderfefelov/eai-patterns-with-actor-model) - Vaughn Vernon * [Effective Scala](http://twitter.github.com/effectivescala/) * [Pro Scala: Monadic Design Patterns for the Web](http://github.com/leithaus/XTrace/tree/monadic/src/main/book/content/) * [Program Transformation in Scala](http://homepages.cwi.nl/~ai/MScThesis-A-Izmaylova.pdf) - Anastasia Izmaylova