Meta-tutorial
From HaskellWiki
(Difference between revisions)
| Line 4: | Line 4: | ||
One size does not fit all! The meta-tutorial aims to help you find the Haskell tutorials that '''you''' need. | One size does not fit all! The meta-tutorial aims to help you find the Haskell tutorials that '''you''' need. | ||
| + | |||
| + | == Haskell in general == | ||
| + | |||
| + | # Are you new to programming? | ||
| + | #* If so, see: [http://en.wikibooks.org/wiki/Haskell The Haskell wikibook] and [http://en.wikibooks.org/wiki/YAHT Yet Another Haskell Tutorial?] | ||
| + | # Are you new to functional programming? | ||
| + | #* If so, see: | ||
| + | #* If not, see: | ||
| + | # Do you just want to see what Haskell looks like at a glance? | ||
| + | #* If so, see: [[How to read Haskell]] and A Tour of the Haskell Syntax | ||
== Monads == | == Monads == | ||
Revision as of 14:22, 27 December 2006
- what i would like is a meta-tutorial
- a list of questions about haskell, what does this do, do you understand this etc
- and if you say no, it points you at a tutorial which explains it -- ndm on #haskell
One size does not fit all! The meta-tutorial aims to help you find the Haskell tutorials that you need.
1 Haskell in general
- Are you new to programming?
- If so, see: The Haskell wikibook and Yet Another Haskell Tutorial?
- Are you new to functional programming?
- If so, see:
- If not, see:
- Do you just want to see what Haskell looks like at a glance?
- If so, see: How to read Haskell and A Tour of the Haskell Syntax
2 Monads
- Are you new to Haskell?
- If so, see:
- Do you learn best by doing exercises?
- If so, see:
- Do you learn best by metaphor and visual analogy?
- If so, see:
- Do you understand category theory?
- If so, see:
