Yhc/Pyhi

From HaskellWiki
< Yhc
Revision as of 06:41, 3 March 2006 by Ashley Y (talk | contribs) (wikify)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Pyhi is a complete Yhc bytecode interpreter written in Python.

It is available from darcs and runs a 'Hello World' example. A large number of bytecodes are unimplemented so many programs won't run yet.

Interpreting a language using an interpreted language is slow and the current version is about 100 times slower than C, although this will likely get faster over time.