Comment on Haskell for BeginnersparentComments−lpat5ySo is it still worth reading LYAH nowadays? Are there any other resources that you could recommend instead of it?−kitd5yI found the Haskell Wikibook [1] the best at introducing the language with just the right amount of theory at each stage.[1] https://en.m.wikibooks.org/wiki/Haskell−hardwaresofton5yI'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...−endgame5yRWH 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.−q3k5yReal World Haskell is unfortunately outdated - it predates the 2014 Applicative Monad Proposal.
Comments
So is it still worth reading LYAH nowadays? Are there any other resources that you could recommend instead of it?
I found the Haskell Wikibook [1] the best at introducing the language with just the right amount of theory at each stage.
[1] https://en.m.wikibooks.org/wiki/Haskell
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...
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.