Yhc/Pyhi

From HaskellWiki
< Yhc
Revision as of 16:56, 2 March 2006 by Andrew j w (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

- Pyhi -

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.

Although interpreting a language using an interpreted language is slow the current version is only about 6 times slower than C and will likely get faster.