Skip to content

Commit

Permalink
Add underscore.io Advanced Scala with Cats (#1726)
Browse files Browse the repository at this point in the history
The Advanced scala with cats book by underscore.io (freely available) can be a good resource for users of FP in Scala and Cats.
  • Loading branch information
DieBauer authored and kailuowang committed Jun 13, 2017
1 parent 3944108 commit 219eecd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/main/tut/resources_for_learners.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 219eecd

Please sign in to comment.