Live data from Hacker News

Ask HN: Which functional programming book?

news.ycombinator.com

1–7 of 7 posts

Re: Ask HN: Which functional programming book?

#3
I have read most of Functional Programming in Scala. It is a very good and well thought out book. I understand FP concepts way more now. The books has practice exercises you can do as you read through the it and solutions are in a Github repo if you want to compare your solutions.

Re: Ask HN: Which functional programming book?

#4

I have read most of Functional Programming in Scala. It is a very good and well thought out book. I understand FP concepts way more now. The books has practice exercises you can do as you read through the it and solutions are in a Github repo if you want to compare your solutions.

[deleted]

Re: Ask HN: Which functional programming book?

#6
Functional programming in Scala, one of my favorite functional programming books if you take the time to do each and every exercise. Coupled with it's solid Github repo (https://github.com/fpinscala/fpinscala) and companion book (https://leanpub.com/fpinscalacompanion), it's a winner.