Gallery: Difference between revisions
PaulJohnson (talk | contribs) No edit summary |
PaulJohnson (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
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. | 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. | ||
* [[Phone Number]]: Generates mnemonics for phone numbers. Actually written as a benchmark. | * [[Phone Number]]: Generates mnemonics for phone numbers. Actually written as a benchmark. |
Revision as of 11:37, 23 April 2006
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.
- Phone Number: Generates mnemonics for phone numbers. Actually written as a benchmark.