Hacker News new | ask | show | jobs
by localfugue 3406 days ago
Take a look at this link from Chris Allen (aka bitemyapp): https://github.com/bitemyapp/learnhaskell

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

1 comments

That's amazing, Thank you!

Another book I'm considering is 'Purely Functional Data Structures' by Chris Okasaki