From 1828b7fd8f9d6929d04258f525bccc4fac5c0721 Mon Sep 17 00:00:00 2001 From: Jens Date: Sun, 11 Jun 2017 13:29:56 +0200 Subject: [PATCH] Add underscore.io Advanced Scala with Cats The Advanced scala with cats book by underscore.io (freely available) can be a good resource for users of FP in Scala and Cats. --- docs/src/main/tut/resources_for_learners.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/main/tut/resources_for_learners.md b/docs/src/main/tut/resources_for_learners.md index 46225670f2..7c120882aa 100644 --- a/docs/src/main/tut/resources_for_learners.md +++ b/docs/src/main/tut/resources_for_learners.md @@ -10,6 +10,11 @@ position: 3 specifically cover Cats, it is a great introduction to functional programming in Scala in general and covers some of the abstractions that can be found in Cats. + * [Advanced Scala with Cats](http://underscore.io/books/advanced-scala/) + by Noel Welsh and Dave Gurnell - The aims of this book are two-fold: + to introduce monads, functors, and other functional programming patterns + as a way to structure program design, and to explain how these + concepts are implemented in Cats. # Tutorials * [herding cats](http://eed3si9n.com/herding-cats/) by Eugene Yokota