Hacker News new | ask | show | jobs
by bootload 3770 days ago
A great comparison to the above article is this post by Stephen Diehl, "Reflecting on Haskell in 2015". [0] A great read and an interesting pointer on the state of Haskell / Javascript (Elm, Purescript). Also, work your way through "Write you a Haskell", [1] well worth the effort.

Going through the post, this looks like a comprehensive book. Read the rationale behind, 'how to learn Haskell' from author. [2]

[0] "Reflecting on Haskell in 2015" http://www.stephendiehl.com/posts/haskell_2016.html

[1] "Building a modern functional compiler from first principles." http://dev.stephendiehl.com/fun/index.html

[2] "Why we don't chuck our readers into web apps" http://bitemyapp.com/posts/2015-08-23-why-we-dont-chuck-read...