DEV Community

Discussion on: Learning Functional Programming

Collapse
 
kentapolyglot profile image
Kenta Katsumata

I recommend Functional Programming in Scala

I read Japanese version of It and did many of exercises.

You can learn "Recursive function","Pure function","Algebraic data type","Monad", and many other concepts of functional programming by this book.

Some of exercises are difficult to solve. But many of them are very good exercises like puzzle.

After reading this book, I think you will be able to understand many of topics of functional programming.