Meta-tutorial
- 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. Note that from our description of things, some tutorials might seem "too easy" for your level, but they might be worth checking out anyway, for example, because they are particularly clear or well written.
Haskell in general[edit]
You just want a quick start[edit]
You are new to programming[edit]
You have experience programming[edit]
- You are new to functional programming
- Haskell Tutorial for C Programmers - Haskell hurt your C-oriented brain? Try this.
- Programming Haskell - dons gets you building useful programs and playing with parallelism from the get-go
- Hitchhikers guide to Haskell - Sick of tutorials starting slow and boring and then ramping up to incomprehensible? Try the hitchhiker's guide
- Learn You a Haskell for Great Good! Beautiful, illustrated Haskell tutorial
- You have programmed in other functional languages before
- A brief introduction to Haskell - Concise tour of Haskell, translated from the article A brief introduction to OCaml
- Gentle Introduction To Haskell, version 98 - Gentle seems to be a subjective term...
- Write Yourself a Scheme in 48 Hours
- You just want to see what Haskell looks like at a glance
Monads[edit]
- You are new to Haskell
- You don't mind Haskell syntax, but you don't neccesarily feel comfortable working with monads (for example, with do notation)
- You learn best by doing exercises
- You learn by metaphor or analogy
- You understand simple monads but now you need to make them nest and do tricks
- You want to see monads in practice
- You understand category theory and you want to know what's the link between category theory monads and Haskell monads
- You have read a monad tutorial and want to see an overview of the basic monad functions with usage examples
Other subjects[edit]
- Enumerators
- A tutorial on the enumerator library (29.03.2011)
Practical stuff[edit]
- You want to write a real life application or library
- You're sick of all these explanations! Is a cookbook too much to ask?
- You especially want to know about doing IO
- Introduction to IO - a quick overview
- Programming Haskell: argument handling - command line arguments too
- You want to write a simple network client
- You want to build a graphical user interface
- You want to write a compiler or interpreter
Languages: ja