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
14 ### For people who are new to programming ###
15
16 *   [The Haskell Wikibook](https://en.wikibooks.org/wiki/Haskell)
17 *   [Yet Another Haskell Tutorial](https://en.wikibooks.org/wiki/Yet_Another_Haskell_Tutorial/Preamble)
18
19 ### For experienced programmers ###
20
21 *   [A brief introduction to Haskell](https://wiki.haskell.org/A_brief_introduction_to_Haskell)
22 *   [Haskell Tutorial for C Programmers](https://wiki.haskell.org/Haskell_Tutorial_for_C_Programmers)
23 *   [How to read Haskell](https://wiki.haskell.org/How_to_read_Haskell)
24 *   [Hitchhiker's guide to Haskell](https://wiki.haskell.org/Hitchhikers_guide_to_Haskell)
25 *   [Learn You a Haskell for Great Good](http://learnyouahaskell.com/chapters)
26 *   [Gentle Introduction to Haskell](https://www.haskell.org/tutorial) (from 2000)
27
28 <!-- -->
29 *   [Real World Haskell](http://book.realworldhaskell.org/read) (from 2008, more advanced)
30
31 *   [Learning Haskell](https://wiki.haskell.org/Learning_Haskell)
32
33 *   [Books and Tutorials](https://wiki.haskell.org/Books_and_tutorials)
34 *   [Tutorials](https://wiki.haskell.org/Tutorials)
35 *   [Books](https://wiki.haskell.org/Books)
36
37 <!--
38 Don't mind Haskell syntax, but not yet comfortable with do-notation / monads
39 * [You could have invented monads! (and maybe you already have!)](http://sigfpe.blogspot.com/2006/08/you-could-have-invented-monads-and.html)
40 * [Understanding Haskell Monads](http://web.archive.org/web/20120626020258/http://ertes.de/articles/monads.html)
41 * [All About Monads](http://monads.haskell.cz/html/index.html)
42
43 Metaphors and analogies
44 * [Understanding monads](http://en.wikibooks.org/wiki/Haskell/Understanding_monads)
45 * [Monads as containers](http://www.haskell.org/haskellwiki/Monads_as_containers)
46
47 Making monads nest
48 * [Monad Transformers Step by Step](http://www.cs.virginia.edu/~wh5a/personal/Transformers.pdf)
49 * [Grok Haskell Monad Transformers](http://sigfpe.blogspot.com/2006/05/grok-haskell-monad-transformers.html)
50
51 Links to Category Theory
52 * [The Haskell Programmer's Guide to the IO Monad](http://doc.utwente.nl/53411/1/00000154.pdf)
53
54 * [Quick Introduction to IO](https://wiki.haskell.org/Introduction_to_IO)
55 * [A tour of the Haskell Monad functions](http://members.chello.nl/hjgtuyl/tourdemonad.html)
56 -->
57
58
59 <!-- -->
60 *   [Haskell Wiki](https://wiki.haskell.org), with a link to download the [Haskell Platform](https://www.haskell.org/platform/contents.html)
61 *   [New Haskell Wiki](https://new-www.haskell.org)
62
63
64 ### More Advanced Docs ###
65
66 *   GHC User's Guide from
67 [Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/ghc/users_guide) | 
68 [latest](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide)
69 *   Libraries from
70 [Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/platform/doc) |
71 [Haskell 2010](https://www.haskell.org/onlinereport/haskell2010/haskellpa2.html) <!--
72 [GHC latest bootstrap libraries](https://downloads.haskell.org/~ghc/latest/docs/html/libraries)
73 -->
74 *   GHC [releases](https://www.haskell.org/ghc) and
75 [other docs](https://wiki.haskell.org/GHC), including
76 [GHCi](https://wiki.haskell.org/GHC/GHCi) and
77 [GHC FAQ](https://wiki.haskell.org/GHC/FAQ)
78 *   Formal language specs:
79 [Haskell 98](https://www.haskell.org/onlinereport) |
80 [Haskell 2010](https://www.haskell.org/onlinereport/haskell2010) |
81 [Haskell'](https://ghc.haskell.org/trac/haskell-prime)
82 *   [What I Wish I Knew When Learning Haskell](http://dev.stephendiehl.com/hask)
83 *   [Cabal](https://wiki.haskell.org/Cabal) package manager:
84 [User Guide](https://www.haskell.org/cabal/users-guide) |
85 [command-line tool](https://wiki.haskell.org/Cabal-Install) |
86 [installing Cabal packages](https://wiki.haskell.org/Cabal/How_to_install_a_Cabal_package) |
87 [cabal-setup](https://hackage.haskell.org/package/cabal-setup) |
88 help with [problems](https://wiki.haskell.org/Cabal/Survival)
89 [FAQ1](https://wiki.haskell.org/Cabal/FAQ)
90 [FAQ2](https://www.haskell.org/cabal/FAQ.html) |
91 [writing Haskell programs](https://wiki.haskell.org/How_to_write_a_Haskell_program)
92 *   [Hackage](https://hackage.haskell.org) package database
93 *   Haskell API Search: [Hoogle](https://www.haskell.org/hoogle) | [Hayoo](http://hayoo.fh-wedel.de)
94 *   [Haddock](https://www.haskell.org/haddock) documentation generator:
95 User Guide from [Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/ghc/haddock/index.html) |
96 [latest](https://www.haskell.org/haddock/doc/html) |
97 [FAQ](https://wiki.haskell.org/Haddock/FAQ)
98
99 <!-- -->
100 *   [Reddit's r/haskell](https://www.reddit.com/r/haskell)
101 *   [Stack Overflow](https://stackoverflow.com/questions/tagged?tagnames=haskell) questions tagged "haskell"
102 *   [GHC Developer Wiki](https://ghc.haskell.org/trac/ghc)