Hacker News new | ask | show | jobs
by epochwolf 5633 days ago
The 1.9.2 interpreter is YARV, not MRI: http://en.wikipedia.org/wiki/YARV
1 comments

YARV is the VM, it's still MRI (Matz's Ruby Interpreter)
Not that I've ever seen referenced. You don't really see the YARV name thrown a ton these days either I guess, but MRI means C-Ruby to most I think. YARV is a VM and from what I understand Matz had very little to do with it in the period leading up to 1.9.

Maybe it was behind the scenes, but the original status pages for YARV gave the impression it was a one man job up until it was official.