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