ac4e4a97aca61b7b6e600db805c0dd8e5a16e9c6
[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 *   [What I Wish I Knew When Learning Haskell](http;//dev.stephendiehl.com/hask)
26
27 <!-- -->
28 *   [Haskell Wiki](https://wiki.haskell.org), with a link to download the [Haskell Platform](https://www.haskell.org/platform/contents.html)
29 *   [New Haskell Wiki](https://new-www.haskell.org)
30
31 <!-- -->
32 *   User manual from
33 [GHC in Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/ghc/users_guide) | 
34 [latest](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide)
35 *   Libraries from [Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/platform/doc) |
36 [Haskell 2010](https://www.haskell.org/onlinereport/haskell2010/haskellpa2.html) <!--
37 [GHC latest bootstrap libraries](https://downloads.haskell.org/~ghc/latest/docs/html/libraries)
38 -->
39 *   GHC [releases](https://www.haskell.org/ghc) and [other docs](https://wiki.haskell.org/GHC),
40 including [GHCi](https://wiki.haskell.org/GHC/GHCi) and
41 [GHC FAQ](https://wiki.haskell.org/GHC/FAQ)
42 *   Formal language specs:
43 [Haskell 98](https://www.haskell.org/onlinereport) |
44 [Haskell 2010](https://www.haskell.org/onlinereport/haskell2010) |
45 [Haskell'](https://ghc.haskell.org/trac/haskell-prime)
46 *   [Cabal](https://www.haskell.org/cabal) or [Cabal](https://wiki.haskell.org/Cabal):
47 [user guide](https://www.haskell.org/cabal/users-guide) |
48 [Cabal-Install](https://wiki.haskell.org/Cabal-Install) |
49 [cabal-setup](https://hackage.haskell.org/package/cabal-setup)
50 *   [Hackage](https://hackage.haskell.org) Package Database
51 *   Haskell API Search: [Hoogle](https://www.haskell.org/hoogle) | [Hayoo](http://hayoo.fh-wedel.de)
52 *   [Haddock](https://www.haskell.org/haddock):
53 [User Guide from Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/ghc/haddock/index.html) |
54 [latest](https://www.haskell.org/haddoc/doc/html)
55
56 <!-- -->
57 *   [GHC Developer Wiki](https://ghc.haskell.org/trac/ghc)
58 *   [Stack Overflow](https://stackoverflow.com/questions/tagged?tagnames=haskell) questions tagged "haskell"
59 *   [Reddit's r/haskell](https://www.reddit.com/r/haskell)