Difference between revisions of "Meta-tutorial"

From HaskellWiki
Jump to navigation Jump to search
Line 7: Line 7:
 
== Monads ==
 
== Monads ==
   
# Have you programmed in Haskell before?
+
# Are you new to Haskell?
#* If not, see:
+
#* 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?
 
# Do you understand category theory?
 
#* If so, see:
 
#* If so, see:
   
  +
== Graphical interfaces ==
 
   
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]

Revision as of 14:19, 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.

Monads

  1. Are you new to Haskell?
    • If so, see:
  2. Do you learn best by doing exercises?
    • If so, see:
  3. Do you learn best by metaphor and visual analogy?
    • If so, see:
  4. Do you understand category theory?
    • If so, see:

Graphical interfaces