Skip to content

Latest commit

 

History

History
executable file
·
30 lines (23 loc) · 2 KB

2017-05-29-learning-resources-scala.md

File metadata and controls

executable file
·
30 lines (23 loc) · 2 KB
title description date category tags published
Scala learning resources
I've put together a list of blog, guides, articles, videos and courses I found useful by actually reading them, trying them, watching them, completing them. I've gone over a lot of stuff on the internet and these few items deserve a mention and are well worth your time.
2017-05-29 13:00:00 -0700
scala
scala cats learning
true

I've put together a list of blog, guides, articles, videos and courses I found useful by actually reading them, trying them, watching them, completing them. I've gone over a lot of stuff on the internet and these few items deserve a mention and are well worth your time.

The Learn you a Haskell for Great Good! book is a great way to learn functional programming concepts. It explains things like currying, type constructors, kinds, monoids, functors, applicative functors, monads in a very clear, easy-to-follow style. Yes, I know, it's not Scala. It's Haskell. And yes, you should learn you a Haskell. For great good it will do you.