Hacker News new | past | comments | ask | show | jobs | submit login
A Haskell Reading List (stephendiehl.com)
93 points by rspivak on May 1, 2016 | hide | past | favorite | 4 comments



> Here is a list of papers and writings of what I consider are essential Haskell reading

Most of those papers are really not "essential" for getting things done in Haskell.

If you want to dig deeper into Haskell's type system or Category Theory in general, then yes, there are a lot of good papers in that list.

If you just want to write safe, conscious and understandable code, then you are much better off reading the excellent "Haskell Programming from first priciples" [1] or the slightly outdated "Real World Haskell" [2].

[1] http://haskellbook.com/ [2] http://book.realworldhaskell.org/


Another book on the list I would consider essential is Parallel and Concurrent Programming in Haskell: http://chimera.labs.oreilly.com/books/1230000000929

I also thoroughly enjoy the Functional Pearls series, many of which can be found on the Haskell wiki:

https://wiki.haskell.org/Research_papers/Functional_pearls


"What I Wish I Knew When Learning Haskell", from the same author of the OP is also interesting from the "getting things done" perspective:

http://dev.stephendiehl.com/hask/


I'm reading Haskell Programming from First Principals right now it's just awesome. I've gone through a couple books on Haskell before this, and it's by far the best. Can't recommend it enough!




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: