Haskell Quiz/Bytecode Compiler

From HaskellWiki
< Haskell Quiz
Revision as of 00:11, 4 November 2006 by M4dc4p (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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