Difference between revisions of "Meta-tutorial"

From HaskellWiki
Jump to navigation Jump to search
m
Line 8: Line 8:
   
 
# Are you new to programming?
 
# 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?]
+
#* If so, see: [http://en.wikibooks.org/wiki/Haskell The Haskell wikibook] and [http://en.wikibooks.org/wiki/Haskell/YAHT Yet Another Haskell Tutorial]
 
# Are you new to functional programming?
 
# Are you new to functional programming?
 
#* If so, see:
 
#* If so, see:

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

Haskell in general

  1. Are you new to programming?
  2. Are you new to functional programming?
    • If so, see:
    • If not, see:
  3. Do you just want to see what Haskell looks like at a glance?

Monads

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

Graphical interfaces