-
Notifications
You must be signed in to change notification settings - Fork 1
2. Learning Resources
Anurudh Peduri edited this page Jun 28, 2021
·
3 revisions
- What I Wish I Knew When Learning Haskell - Stephen Diehl - A huge mine of knowledge
- Write You a Haskell - Stephen Diehl - Implementing a mini parser from scratch
- Typeclassopedia - Brent Yorgey - A very good reference for the type classes
Some resources that people have suggested but I haven't tried yet:
- Haskell Wikibooks
- Functional Pearls
- Purely Functional Data Structures - Chris Okasaki
- Pearls of Functional Algorithm Design - Richard Bird
- Haskell Programming from First Principles - Christoph Allen and Julie Moronuki
- Edward Kmett - He writes a lot of Haskell xD