tweak haskell links
[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 *   [Tutorials](https://wiki.haskell.org/Tutorials)
18 *   [Books and Tutorials](https://wiki.haskell.org/Books_and_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)
29 *   [New Haskell Wiki](https://new-www.haskell.org)
30 *   [Haskell Platform](https://www.haskell.org/platform)
31
32 <!-- -->
33 *   User manual for [GHC latest](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide) |
34 [GHC in Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/ghc/users_guide)
35 *   Libraries for [GHC latest](https://downloads.haskell.org/~ghc/latest/docs/html/libraries) |
36 [Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/platform/doc)
37 *   GHC [releases](https://www.haskell.org/ghc) and [other docs](https://wiki.haskell.org/GHC)
38 *   Formal language specs:
39 [Haskell 98](https://www.haskell.org/onlinereport) |
40 [Haskell 2010](https://www.haskell.org/onlinereport/haskell2010) |
41 [Haskell'](https://ghc.haskell.org/trac/haskell-prime)
42 *   [Cabal](https://www.haskell.org/cabal), [user guide](https://www.haskell.org/cabal/users-guide)
43 *   [Hackage](https://hackage.haskell.org) Package Index
44 *   Haskell API Search: [Hoogle](https://www.haskell.org/hoogle) | [Hayoo](http://hayoo.fh-wedel.de)
45 *   [Haddock](https://www.haskell.org/platform/doc/2014.2.0.0/ghc/haddock/index.html)
46
47 <!-- -->
48 *   [GHC Developer Wiki](https://ghc.haskell.org/trac/ghc)
49 *   [Stack Overflow](https://stackoverflow.com/questions/tagged?tagnames=haskell) questions tagged "haskell"
50 *   [Reddit's r/haskell](https://www.reddit.com/r/haskell)