DEV Community

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

Collapse
 
shaunakpp profile image
Shaunak Pagnis • Edited

Hey, that's a good question!

If you're looking for learning FP from scratch, then I'd suggest taking a look at Structure and Interpretation of Computer Programs. It's freely available as a HTML book, or you can buy a hard copy on Amazon too. SICP teaches you to write programs in Scheme which is a dialect of Lisp.

And if you just want to brush up on FP then you can refer this awesome-functional-programming list.