6d65404ee48483cabc54408801769db122176a62
[lambda.git] / _learning_haskell.mdwn
1
2 *   [[Installing Haskell|/installing#haskell]]
3 *   [Try Haskell in your browser](http://tryhaskell.org) (slow, bare-bones)
4 *   [Haskell 2010 Report](https://www.haskell.org/onlinereport/haskell2010)
5 *   [Haskell 98 Report](https://www.haskell.org/onlinereport)
6 *   [Haskell'](https://ghc.haskell.org/trac/haskell-prime)
7 *   [Introduction to Haskell](https://wiki.haskell.org/Introduction)
8 *   [Learning Haskell](https://wiki.haskell.org/Learning_Haskell)
9 *   [Books](https://wiki.haskell.org/Books)
10 *   [Books and Tutorials](https://wiki.haskell.org/Books_and_tutorials)
11 *   [Tutorials](https://wiki.haskell.org/Tutorials)
12 *   [Learn Haskell in 10 minutes](https://wiki.haskell.org/Learn_Haskell_in_10_minutes)
13 *   [A Gentle Introduction to Haskell](https://www.haskell.org/tutorial) (from 2000)
14 *   [Learn You a Haskell for Great Good](http://learnyouahaskell.com)
15 *   [Real World Haskell](http://book.realworldhaskell.org/read)
16 *   [Yet Another Haskell Tutorial](https://en.wikibooks.org/wiki/Yet_Another_Haskell_Tutorial/Preamble)
17 *   [Haskell Wikibook](https://en.wikibooks.org/wiki/Haskell)
18 *   GHC: [docs](https://wiki.haskell.org/GHC), [releases](https://www.haskell.org/ghc)
19 *   [GHC User Manual](https://downloads.haskell.org/~ghc/latest/docs/html/user_guide)
20 *   [Libraries coming with GHC](https://downloads.haskell.org/~ghc/latest/docs/html/libraries)
21 *   [Cabal](https://www.haskell.org/cabal), [user guide](https://www.haskell.org/cabal/users-guide)
22 *   [Hackage](https://hackage.haskell.org) s?
23 *   [Hoogle - Haskell API Search](https://www.haskell.org/hoogle)
24 *   [Hayoo - Haskell API Search](http://hayoo.fh-wedel.de)
25 *   [Haskell Platform](https://www.haskell.org/platform)
26 *   [Main Haskell web page](https://www.haskell.org)
27 *   [New Haskell web page](https://new-www.haskell.org)
28 *   Wikipedia on [Haskell](https://en.wikipedia.org/wiki/Haskell_%28programming_language%29).
29 *   Wikipedia on [GHC](https://en.wikipedia.org/wiki/Glasgow_Haskell_Compiler).
30 *   [Haskell wiki](https://wiki.haskell.org) (not restricted to just GHC)
31 *   [Haskell wiki's Getting Started](https://wiki.haskell.org/Haskell_in_5_steps)
32 *   [Meta-tutorial](https://wiki.haskell.org/Meta-tutorial)
33 *   [What I Wish I Knew When Learning Haskell](http;//dev.stephendiehl.com/hask)
34