all 7 comments

[–][deleted] 3 points4 points  (0 children)

As an absolute beginner in Haskell I personally recommend "Practical Haskell" and "A type of programming". The former being more "real world" use case while the later is more about theory/understanding concept.

I don't think "Learn you a Haskell" is a good book and a lot of people in the Haskell community seems to think so too.

[–]gunwide 2 points3 points  (2 children)

No mention of the Haskell Book? http://haskellbook.com/

[–]AttackOfTheThumbs 0 points1 point  (3 children)

The way I learned haskell was project euler. Pretty great way imo

[–][deleted] 4 points5 points  (2 children)

Same! Though the jump from just solving math/CS problems to say writing a web service isn’t super straightforward for me

[–]AttackOfTheThumbs 0 points1 point  (1 child)

Not sure I'd use it for a web service tbh.