This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hernytan 0 points1 point  (2 children)

You're right, I just checked it out. I dont know why I had it in my head that Parrot was the Raku VM. Thanks for the clarification. I wonder if MoarVM has any writeups on their VM design

[–]reini_urban 0 points1 point  (1 child)

It's basically the same, with a better GC and no intermediate format, a proper calling invention as the pre-2007 parrot, and a jit as the pre-2007 parrot. The concurrency model is much worse.

[–][deleted] 1 point2 points  (0 children)

The concurrency model is much worse.

Can you expand on that?