|
|
|
Ask HN: Best Book to Learn Haskell And/or Functional Programming Paradigms?
|
|
2 points
by haskell-user
3406 days ago
|
|
What modern (as of Feb 2017) book do you recommend for learning Haskell and/or Functional Programming Paradigms? I was interested in 'Real World Haskell' (http://book.realworldhaskell.org/) but it's from 2008 and I hear some breaking changes have been added to the language since. Also if it matters, my preference are for technical books similar to 'The Practice of Programming'. |
|
The current best resource for beginning with Haskell seems to be haskell-book (listed on the Github link above): http://haskellbook.com/. Chris Allen also authored this book with Julie Moronuki.
If you're looking to diversify your interests to broader CS/FP topics, you may find this link helpful: http://reinh.com/notes/posts/2014-07-25-recommended-reading-...
Other references from around here: https://news.ycombinator.com/item?id=9807066