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