X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=_learning_haskell.mdwn;h=e4b38361c3f87c601ce347c6aea908ab2ef4014e;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=4eb599930ce62c0f7011ccda9d81d0b2c14733ad;hpb=ea557dd447695a6575f585df20bdb84822677899 diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index e69de29b..e4b38361 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -0,0 +1,13 @@ + +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. + + +That page recommends: + +Real World Haskell http://book.realworldhaskell.org +Haskell in 10 minutes ?? +Yet Another Haskell Tutorial http://darcs.haskell.org/yaht/yaht.pdf +A Gentle Introduction to Haskell http://www.haskell.org/tutorial/ +Learn You a Haskell for Great Good! http://learnyouahaskell.com/ + +Complete list of textbooks, refs and tutorials ??