Y
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
LeafStorm
5347 days ago
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).
link