top | item 5800775

MoarVM: A virtual machine for NQP and Rakudo

40 points| kbenson | 13 years ago |6guts.wordpress.com | reply

23 comments

order
[+] jedharris|13 years ago|reply
Regarding "What achievement can Perl 6 claim?"

At least one is 6Model itself -- a generic object semantics and API which has been back ported to Perl 5, has been ported to the JVM (with a lot of optimization still pending) and as we see here is a reasonable design for part of a VM API.

As far as I know 6Model is the only candidate around for a low level object model that is flexible enough to implement the object semantics in most languages, low level enough to be be efficiently implemented in most VMs, etc.

[+] chromatic|13 years ago|reply
a generic object semantics and API which has been back ported to Perl 5

Do you mean Moose or the abandoned Perl 5 MOP experiment?

[+] disinterest|13 years ago|reply
Wow, they are really good at starting things.
[+] patrickas|13 years ago|reply
Right... start things... keep evolving them and getting better... and hopefully never end.

I think that's the plan.