39113eb574037d1d5ebc836410ea5e03490af96c
[lambda.git] / _learning_haskell.mdwn
1 *   [Try Haskell in your browser](http://tryhaskell.org) (slow, bare-bones)
2 *   [[Installing Haskell|/installing#haskell]]
3 *   [Learn Haskell in 10 minutes](https://wiki.haskell.org/Learn_Haskell_in_10_minutes)
4 *   Haskell Wiki's [Introduction and explanation of Haskell](https://wiki.haskell.org/Introduction)
5 <!-- [Haskell Wiki's Getting Started](https://wiki.haskell.org/Haskell_in_5_steps) -->
6
7 <!-- -->
8 *   Wikipedia on
9 [Haskell](https://en.wikipedia.org/wiki/Haskell_%28programming_language%29) |
10 [GHC](https://en.wikipedia.org/wiki/Glasgow_Haskell_Compiler)
11 *   [Haskell Wiki](https://wiki.haskell.org), with a link to download the [Haskell Platform](https://www.haskell.org/platform/contents.html)
12 *   [New Haskell Wiki](https://new-www.haskell.org)
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 *   [Books and Tutorials](https://wiki.haskell.org/Books_and_tutorials)
33 *   [Tutorials](https://wiki.haskell.org/Tutorials)
34 *   [Books](https://wiki.haskell.org/Books)
35
36 <!--
37 Don't mind Haskell syntax, but not yet comfortable with do-notation / monads
38 * [You could have invented monads! (and maybe you already have!)](http://sigfpe.blogspot.com/2006/08/you-could-have-invented-monads-and.html)
39 * [Understanding Haskell Monads](http://web.archive.org/web/20120626020258/http://ertes.de/articles/monads.html)
40 * [All About Monads](http://monads.haskell.cz/html/index.html)
41
42 Metaphors and analogies
43 * [Understanding monads](http://en.wikibooks.org/wiki/Haskell/Understanding_monads)
44 * [Monads as containers](http://www.haskell.org/haskellwiki/Monads_as_containers)
45
46 Making monads nest
47 * [Monad Transformers Step by Step](http://www.cs.virginia.edu/~wh5a/personal/Transformers.pdf)
48 * [Grok Haskell Monad Transformers](http://sigfpe.blogspot.com/2006/05/grok-haskell-monad-transformers.html)
49
50 Links to Category Theory
51 * [The Haskell Programmer's Guide to the IO Monad](http://doc.utwente.nl/53411/1/00000154.pdf)
52
53 * [Quick Introduction to IO](https://wiki.haskell.org/Introduction_to_IO)
54 * [A tour of the Haskell Monad functions](http://members.chello.nl/hjgtuyl/tourdemonad.html)
55 -->
56
57
58 ### More Advanced Docs ###
59
60 *   GHC User's Guide from
61 [Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/ghc/users_guide) | 
62 [latest](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide)
63 *   Libraries from
64 [Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/platform/doc) |
65 [Haskell 2010](https://www.haskell.org/onlinereport/haskell2010/haskellpa2.html) <!--
66 [GHC latest bootstrap libraries](https://downloads.haskell.org/~ghc/latest/docs/html/libraries)
67 -->
68 *   GHC [releases](https://www.haskell.org/ghc) and
69 [other docs](https://wiki.haskell.org/GHC), including
70 [GHCi](https://wiki.haskell.org/GHC/GHCi) and
71 [GHC FAQ](https://wiki.haskell.org/GHC/FAQ)
72 *   Formal language specs:
73 [Haskell 98](https://www.haskell.org/onlinereport) |
74 [Haskell 2010](https://www.haskell.org/onlinereport/haskell2010) |
75 [Haskell'](https://ghc.haskell.org/trac/haskell-prime)
76 *   [What I Wish I Knew When Learning Haskell](http://dev.stephendiehl.com/hask)
77 *   [Cabal](https://wiki.haskell.org/Cabal) package manager:
78 [User Guide](https://www.haskell.org/cabal/users-guide) |
79 [command-line tool](https://wiki.haskell.org/Cabal-Install) |
80 [installing Cabal packages](https://wiki.haskell.org/Cabal/How_to_install_a_Cabal_package) |
81 [cabal-setup](https://hackage.haskell.org/package/cabal-setup) |
82 help with [problems](https://wiki.haskell.org/Cabal/Survival)
83 [FAQ1](https://wiki.haskell.org/Cabal/FAQ)
84 [FAQ2](https://www.haskell.org/cabal/FAQ.html) |
85 [writing Haskell programs](https://wiki.haskell.org/How_to_write_a_Haskell_program)
86 *   [Hackage](https://hackage.haskell.org) package database
87 *   Haskell API Search: [Hoogle](https://www.haskell.org/hoogle) | [Hayoo](http://hayoo.fh-wedel.de)
88 *   [Haddock](https://www.haskell.org/haddock) documentation generator:
89 User Guide from [Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/ghc/haddock/index.html) |
90 [latest](https://www.haskell.org/haddock/doc/html) |
91 [FAQ](https://wiki.haskell.org/Haddock/FAQ)
92
93 <!-- -->
94 *   [Reddit's r/haskell](https://www.reddit.com/r/haskell)
95 *   [Stack Overflow](https://stackoverflow.com/questions/tagged?tagnames=haskell) questions tagged "haskell"
96 *   [GHC Developer Wiki](https://ghc.haskell.org/trac/ghc)