Difference between revisions of "Example code"

From HaskellWiki
Jump to navigation Jump to search
m (fix link to HaskellWiki:Copyrights)
(Added Blow_your_mind and Sudoku links.)
Line 6: Line 6:
   
 
[[Gallery]]: Complete small programs.
 
[[Gallery]]: Complete small programs.
  +
  +
[[Blow_your_mind ]]: Short, useful, cool, magical examples, which should incite the reader's curiosity and (hopefully) lead him to a deeper understanding of advanced Haskell concepts.
  +
  +
[[Sudoku]]: Solvers for popular puzzle [http://en.wikipedia.org/wiki/Sudoku Sudoku].

Revision as of 22:55, 7 June 2006

Example Code

This is a collection of example code. It is intended to take the role of the old Wiki area CodeOnTheWiki. Contributors of code to the old area are encouraged to bring their code over here. This should only be done by the original author because anything on these pages is automatically licensed under the Simple Permissive License (HaskellWiki:Copyrights).

Prelude Extensions: Simple things you've always wished were in the Prelude.

Gallery: Complete small programs.

Blow_your_mind : Short, useful, cool, magical examples, which should incite the reader's curiosity and (hopefully) lead him to a deeper understanding of advanced Haskell concepts.

Sudoku: Solvers for popular puzzle Sudoku.