DEV Community

Discussion on: Any suggestions for books to learn Functional Programming Paradigm

Collapse
 
evanoman profile image
Evan Oman • Edited

If you are OK with a non-JS book I would recommend Functional Programming in Scala. Scala is a nice middle ground between pragmatic languages like Java and more esoteric languages like Haskell (which to purists in either camp means that it is worthless, I would disagree).

This book specifically does a good job introducing Scala and motivating FP concepts.