Hacker News new | ask | show | jobs
by mgomez 1327 days ago
I've been meaning to pick up either Haskell or OCaml for my next language. On the OCaml side, I see Cornell's free CS 3110 textbook recommended around here. Is there something similar on the Haskell side?
5 comments

We used http://www.learnyouahaskell.com/ in my PL class in college, I enjoyed it
I’m going through Effective Haskell. https://pragprog.com/titles/rshaskell/effective-haskell/ Pretty great resource, but still WIP.
Same. Thus far its been pretty easy to follow along and I haven't ran into any show stopping issues.
The academic analogue would be: Programming in Haskell, by Graham Hutton http://www.cs.nott.ac.uk/~pszgmh/pih.html
I learned by reading Haskell Programming from First Principles. Great book which covers most topics you'd need to know in order to write and read Haskell in the wild. Highly recommended
Also, this wiki is a great ressource: https://en.wikibooks.org/wiki/Haskell