Live data from Hacker News

Ask HN: What resources do you recommend for learning Haskell?

news.ycombinator.com

61–67 of 67 posts

Re: Ask HN: What resources do you recommend for learning Haskell?

#61
Programming in Haskell, 2ed by Graham Hutton [0] is the best resource, in my opinion. It also has two comprehensive YouTube playlists that are accessible, rigorous, and fun to watch [1].

Those who learn well from a text resource, Haskell MOOC from mooc.fi [2] is pretty good.

[0]: https://www.cs.nott.ac.uk/~pszgmh/pih.html

[1]: https://www.cs.nott.ac.uk/~pszgmh/pih.html#videos

[2]: https://haskell.mooc.fi

Re: Ask HN: What resources do you recommend for learning Haskell?

#64
"Mostly adequate guide to FP (in javascript)". [Don't laugh].

That course takes you into coding from scratch "bind" and "return" for several use-cases, and do a bit of currying. Very interesting small exercises.

https://github.com/MostlyAdequate/mostly-adequate-guide/rele...

Re: Ask HN: What resources do you recommend for learning Haskell?

#67
Hi I am seeing a lot of good resources in this thread already but I might have something to add. I am also learning Haskell at the moment, and the thing that really helped me push through it was this MOOC (Massive Open Online Course) by the university of Helsinki which is completely free and online available.

https://haskell.mooc.fi/

It's a structured, has a lot of excercises and so far (I am on Lecture 5 at the moment) very clear. It wont make you an expert, but will get you writing code quickly.

Post reply on HN