learning haskell links
[lambda.git] / _learning_haskell.mdwn
1
2 It's useful to know about the general [Haskell wiki](https://wiki.haskell.org) (not restricted to just GHC). They have a [Getting Started](https://wiki.haskell.org/Haskell_in_5_steps) page, which also recommends that you install the Haskell Platform.
3
4
5 That page recommends:
6
7 Real World Haskell http://book.realworldhaskell.org
8 Haskell in 10 minutes ??
9 Yet Another Haskell Tutorial http://darcs.haskell.org/yaht/yaht.pdf
10 A Gentle Introduction to Haskell http://www.haskell.org/tutorial/
11 Learn You a Haskell for Great Good! http://learnyouahaskell.com/
12
13 Complete list of textbooks, refs and tutorials ??