Hacker News new | ask | show | jobs
by hardwaresofton 1799 days ago
I'm unfortunately not an expert in teaching Haskell but I know people often recommend Real World Haskell:

http://book.realworldhaskell.org/

It comes up quite often on r/haskell, for example:

https://www.reddit.com/r/haskell/comments/muzun2/is_real_wor...

2 comments

RWH is even more outdated than LYAH, unfortunately. I learned off Haskell Programming from First Principles, but it's since become controversial because of a falling-out between the authors.
Real World Haskell is unfortunately outdated - it predates the 2014 Applicative Monad Proposal.