Blog articles/Exercises
From HaskellWiki
(Difference between revisions)
(→Programming exercises in Haskell) |
(→Programming exercises in Haskell) |
||
| Line 5: | Line 5: | ||
* [http://alangloria.blogspot.com/2006/11/okay.html Diff in Haskell] | * [http://alangloria.blogspot.com/2006/11/okay.html Diff in Haskell] | ||
* [http://blog.moertel.com/articles/2006/10/31/introductory-haskell-solving-the-sorting-it-out-kata Introductory Haskell: Solving the Sorting-It-Out Kata] | * [http://blog.moertel.com/articles/2006/10/31/introductory-haskell-solving-the-sorting-it-out-kata Introductory Haskell: Solving the Sorting-It-Out Kata] | ||
| + | * [http://blog.moertel.com/articles/2006/03/23/the-perfect-shuffles-puzzle-solved-in-haskell The "perfect shuffles" puzzle (solved in Haskell)] | ||
* [http://jcreigh.blogspot.com/2006/11/simple-rpn-calculator-in-haskell.html A Simple RPN Calculator in Haskell] | * [http://jcreigh.blogspot.com/2006/11/simple-rpn-calculator-in-haskell.html A Simple RPN Calculator in Haskell] | ||
* [http://kenta.blogspot.com/2006/11/eratosthenes-sieve.html Eratosthenes sieve] | * [http://kenta.blogspot.com/2006/11/eratosthenes-sieve.html Eratosthenes sieve] | ||
Revision as of 02:32, 3 July 2007
1 Programming exercises in Haskell
- Diff in Haskell
- Introductory Haskell: Solving the Sorting-It-Out Kata
- The "perfect shuffles" puzzle (solved in Haskell)
- 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
- Counting fibonaccis
