Haskell Quiz/Bytecode Compiler

From HaskellWiki
< Haskell Quiz
Revision as of 10:57, 4 November 2006 by Jim Burton (talk | contribs) (added link to Craft of FP solution)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The Problem

Create a bytecode compiler as described on the test page. The Ruby solution involves being run by a interpreter written in Ruby - but that wont' work for the Haskell solution. Anyone want to write the interpreter in Haskell to test the solutions? :)

Solutions