Hacker News new | ask | show | jobs
by arethuza 5347 days ago
"A simple bytecode layer that other languages can target"

What about the Parrot VM: http://parrot.org/

1 comments

Parrot is basically just a VM for Perl. The opcodes are tied heavily to Perl 6 semantics (type coercion for everyone, the string "0" is false, etc etc).