Difference between revisions of "Gallery"

From HaskellWiki
Jump to navigation Jump to search
m
m
Line 11: Line 11:
 
* [[Roll your own IRC bot]], build a small IRC bot, with a monad transformer
 
* [[Roll your own IRC bot]], build a small IRC bot, with a monad transformer
 
* [[Bowling]]: Examples based on scoring a game of bowling
 
* [[Bowling]]: Examples based on scoring a game of bowling
  +
* [[Santa]]: Solutions to the concurrent Santa puzzle
   
 
See also the [[Example_code|example code]] page.
 
See also the [[Example_code|example code]] page.

Revision as of 13:56, 25 June 2007

The Gallery is a repository of small programs. Each one should compile to a complete executable that does something, but also illustrates what a Haskell program actually looks like. Good Gallery examples should be well commented with a view to helping new programmers understand what is going on.

See also the example code page.