Haskell Quiz
A collection of solutions to the Ruby quiz puzzles in simple, elegant Haskell.
As you solve the puzzles, please contribute your code, and create a page for the puzzle entries. When creating a new page for your source, be sure to categorise it as code, with a [ [ Category:Code ] ] tag.
The Puzzles[edit]
5. Sokoban
7. Countdown
11. TicTacToe
13. Cryptograms
15. Animal Quiz
19. Yahtzee
22. Roman Numerals
25. English Numerals
31. Amazing Mazes
33. Tiling Turmoil
37. Inference Engine
39. Sampling
43. Sodoku Solver
57. Weird Numbers
60. Numeric Maze
61. Dice Roller
63. Grid Folding
76. Text Munger
77. cat2rafb
84. PP Pascal
88. Chip Eight
92. DayRange
93. Happy Numbers
97. Posix Pangrams
98. A*
99. Fuzzy Time
100. Bytecode Compiler
106. Chess960
107. Word Search
108. Word Blender
114. Housie
117. SimFrost
121. Morse Code
126. FizzBuzz
128. Verbal Arithmetic
131. Maximum Sub-Array
138. Count and Say
139. IP to Country
141. Probable Iterations
147. Goedel
Possibly fun ones not yet done in haskell[edit]
48. Math Captcha http://www.rubyquiz.com/quiz48.html
49. Text Image http://www.rubyquiz.com/quiz50.html (Not sure how image loading will work)
85. C-Style Ints http://www.rubyquiz.com/quiz85.html
87. Negative Sleep http://www.rubyquiz.com/quiz87.html (As a Monad!!!)
Many weren't included because of either clumsy ASCII output, or requiring a dictionary. Perhaps a dictionary module could be created and those problems attacked in a unified fashion.