Yhc/Pyhi

From HaskellWiki
< Yhc
Revision as of 17:09, 2 March 2006 by Andrew j w (talk | contribs)
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.

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.