Blog articles/Exercises
From HaskellWiki
(Difference between revisions)
| Line 1: | Line 1: | ||
| + | [[Category:Tutorials]] | ||
| + | |||
== Programming exercises in Haskell == | == Programming exercises in Haskell == | ||
| Line 6: | Line 8: | ||
* [http://kenta.blogspot.com/2006/11/eratosthenes-sieve.html Eratosthenes sieve] | * [http://kenta.blogspot.com/2006/11/eratosthenes-sieve.html Eratosthenes sieve] | ||
* [http://mult.ifario.us/articles/2006/10/25/solitaire-cipher-in-haskell Software Cipher] | * [http://mult.ifario.us/articles/2006/10/25/solitaire-cipher-in-haskell Software Cipher] | ||
| - | * [http://mult.ifario.us/articles/2006/12/18/secret-santas-in-haskell-i-preliminaries | + | * Secret Santas in Haskell: |
| - | * [http://mult.ifario.us/articles/2006/12/18/secret-santas-in-haskell-ii-orbits-and-lists | + | ** [http://mult.ifario.us/articles/2006/12/18/secret-santas-in-haskell-i-preliminaries I: Preliminaries] |
| - | * [http://mult.ifario.us/articles/2006/12/22/secret-santas-in-haskell-iii-collect-reap-repeat | + | ** [http://mult.ifario.us/articles/2006/12/18/secret-santas-in-haskell-ii-orbits-and-lists II: Orbits and Lists] |
| - | * [http://praisecurseandrecurse.blogspot.com/2006/12/dot-matrix-printhead-haskell-toy.html | + | ** [http://mult.ifario.us/articles/2006/12/22/secret-santas-in-haskell-iii-collect-reap-repeat III: Lather, Rinse, Repeat 1] |
| - | * [http://praisecurseandrecurse.blogspot.com/2006/12/revised-dot-matrix-printhead.html | + | * Dot matrix printer |
| + | ** [http://praisecurseandrecurse.blogspot.com/2006/12/dot-matrix-printhead-haskell-toy.html A Haskell Toy] | ||
| + | ** [http://praisecurseandrecurse.blogspot.com/2006/12/revised-dot-matrix-printhead.html Revised Dot-Matrix Printhead] | ||
* Run length encoding: | * Run length encoding: | ||
** [http://praisecurseandrecurse.blogspot.com/2007/03/haskell-for-short-attention-span-run.html part 1] | ** [http://praisecurseandrecurse.blogspot.com/2007/03/haskell-for-short-attention-span-run.html part 1] | ||
Revision as of 07:35, 28 June 2007
1 Programming exercises in Haskell
- Diff in Haskell
- Introductory Haskell: Solving the Sorting-It-Out Kata
- A Simple RPN Calculator in Haskell
- Eratosthenes sieve
- Software Cipher
- Secret Santas in Haskell:
- Dot matrix printer
- Run length encoding:
- Overlap function in Haskell for rectangles
- Tying Knots Generically
- A quick and dirty theorem prover in Haskell
- Brainf*k interpreter in Haskell
- FourFours in Haskell
- Using Bayesian filtering instead of 'if' in Haskell
- Prime sieves in Haskell
- Bowling in Haskell
- Norvig's spell checker and idiomatic Haskell
