From cc3aa4973ded77f099ccd4a06d2d8f4b4986a287 Mon Sep 17 00:00:00 2001 From: Rafael Andrade de Oliveira Date: Sat, 12 Dec 2015 20:19:02 -0200 Subject: [PATCH 1/2] Scala links added --- free-programming-books.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 5deb61568..51d6f7f2f 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1901,9 +1901,11 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, ### Scala * [A Scala Tutorial for Java programmers](http://www.scala-lang.org/docu/files/ScalaTutorial.pdf) (PDF) +* [A Tour of Scala - an interactive scala tutorial](https://scalatutorials.com/tour/) * [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](https://twitter.github.com/effectivescala/) +* [Learning Scala in small bites](http://matt.might.net/articles/learning-scala-in-small-bites/) * [Learning Scalaz](http://eed3si9n.com/learning-scalaz/) * [Pro Scala: Monadic Design Patterns for the Web](https://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 (PDF) From 03e9485bfbd2ebd106904f254de6b381c71031d1 Mon Sep 17 00:00:00 2001 From: Rafael Andrade de Oliveira Date: Sun, 13 Dec 2015 13:37:20 -0200 Subject: [PATCH 2/2] Interative tutorial moved to another page --- free-programming-books.md | 1 - free-programming-interactive-tutorials-en.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 51d6f7f2f..7de2202a0 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1901,7 +1901,6 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, ### Scala * [A Scala Tutorial for Java programmers](http://www.scala-lang.org/docu/files/ScalaTutorial.pdf) (PDF) -* [A Tour of Scala - an interactive scala tutorial](https://scalatutorials.com/tour/) * [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](https://twitter.github.com/effectivescala/) diff --git a/free-programming-interactive-tutorials-en.md b/free-programming-interactive-tutorials-en.md index 900b3df2b..60c0f905b 100644 --- a/free-programming-interactive-tutorials-en.md +++ b/free-programming-interactive-tutorials-en.md @@ -196,6 +196,7 @@ ### Scala +* [A Tour of Scala - an interactive scala tutorial](https://scalatutorials.com/tour/) * [Scala Tour](http://www.scala-tour.com)