09697a38dc98682db13067b5dd8bb5f85af314b1
[lambda.git] / _learning_haskell.mdwn
1 *   [Try Haskell in your browser](http://tryhaskell.org) (slow, bare-bones)
2 *   [[Installing Haskell|/installing#haskell]]
3
4 <!-- -->
5 *   Wikipedia on
6 [Haskell](https://en.wikipedia.org/wiki/Haskell_%28programming_language%29) |
7 [GHC](https://en.wikipedia.org/wiki/Glasgow_Haskell_Compiler)
8 *   Haskell Wiki's [Introduction and explanation of Haskell](https://wiki.haskell.org/Introduction)
9
10 <!-- -->
11 <!-- [Haskell Wiki's Getting Started](https://wiki.haskell.org/Haskell_in_5_steps) -->
12 *   [Learn Haskell in 10 minutes](https://wiki.haskell.org/Learn_Haskell_in_10_minutes)
13 *   [Meta-tutorial](https://wiki.haskell.org/Meta-tutorial)
14 *   [Learning Haskell](https://wiki.haskell.org/Learning_Haskell)
15
16 <!-- -->
17 *   [Books and Tutorials](https://wiki.haskell.org/Books_and_tutorials)
18 *   [Tutorials](https://wiki.haskell.org/Tutorials)
19 *   [Books](https://wiki.haskell.org/Books)
20 *   [A Gentle Introduction to Haskell](https://www.haskell.org/tutorial) (from 2000)
21 *   [Learn You a Haskell for Great Good](http://learnyouahaskell.com)
22 *   [Real World Haskell](http://book.realworldhaskell.org/read)
23 *   [Yet Another Haskell Tutorial](https://en.wikibooks.org/wiki/Yet_Another_Haskell_Tutorial/Preamble)
24 *   [Haskell Wikibook](https://en.wikibooks.org/wiki/Haskell)
25
26 <!-- -->
27 *   [Haskell Wiki](https://wiki.haskell.org), with a link to download the [Haskell Platform](https://www.haskell.org/platform/contents.html)
28 *   [New Haskell Wiki](https://new-www.haskell.org)
29
30
31 ### More Advanced Docs ###
32
33 *   GHC User's Guide from
34 [Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/ghc/users_guide) | 
35 [latest](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide)
36 *   Libraries from
37 [Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/platform/doc) |
38 [Haskell 2010](https://www.haskell.org/onlinereport/haskell2010/haskellpa2.html) <!--
39 [GHC latest bootstrap libraries](https://downloads.haskell.org/~ghc/latest/docs/html/libraries)
40 -->
41 *   GHC [releases](https://www.haskell.org/ghc) and
42 [other docs](https://wiki.haskell.org/GHC), including
43 [GHCi](https://wiki.haskell.org/GHC/GHCi) and
44 [GHC FAQ](https://wiki.haskell.org/GHC/FAQ)
45 *   Formal language specs:
46 [Haskell 98](https://www.haskell.org/onlinereport) |
47 [Haskell 2010](https://www.haskell.org/onlinereport/haskell2010) |
48 [Haskell'](https://ghc.haskell.org/trac/haskell-prime)
49 *   [What I Wish I Knew When Learning Haskell](http://dev.stephendiehl.com/hask)
50 *   Haskell API Search: [Hoogle](https://www.haskell.org/hoogle) | [Hayoo](http://hayoo.fh-wedel.de)
51 *   [Hackage](https://hackage.haskell.org) Package Database
52
53 <!-- -->
54 *   [Cabal](https://wiki.haskell.org/Cabal):
55 [User Guide](https://www.haskell.org/cabal/users-guide) |
56 [command-line tool](https://wiki.haskell.org/Cabal-Install) |
57 [installing Cabal packages](https://wiki.haskell.org/Cabal/How_to_install_a_Cabal_package) |
58 [cabal-setup](https://hackage.haskell.org/package/cabal-setup) |
59 help with [problems](https://wiki.haskell.org/Cabal/Survival)
60 [more](https://wiki.haskell.org/Cabal/FAQ)
61 [more](https://www.haskell.org/cabal/FAQ.html) |
62 [writing Haskell programs](https://wiki.haskell.org/How_to_write_a_Haskell_program)
63
64 *   [Haddock](https://www.haskell.org/haddock):
65 [User Guide from Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/ghc/haddock/index.html) |
66 [latest](https://www.haskell.org/haddoc/doc/html)
67
68 <!-- -->
69 *   [Reddit's r/haskell](https://www.reddit.com/r/haskell)
70 *   [Stack Overflow](https://stackoverflow.com/questions/tagged?tagnames=haskell) questions tagged "haskell"
71 *   [GHC Developer Wiki](https://ghc.haskell.org/trac/ghc)