Developer(s) | Koichi Sasada |
---|---|
Stable release | 3.3.6 [1]
/ 5 November 2024 |
Repository | github |
Written in | C[2] |
Operating system | Cross-platform |
Predecessor | Ruby MRI |
Type | Ruby Virtual Machine |
License | Ruby License |
Website | www |
YARV (Yet another Ruby VM) is a bytecode interpreter that was developed for the Ruby programming language by Koichi Sasada. The goal of the project was to greatly reduce the execution time of Ruby programs.
Since YARV has become the official Ruby interpreter for Ruby 1.9, it is also named KRI (Koichi's Ruby Interpreter), in the same vein as the original Ruby MRI, named in honor of Ruby's creator Yukihiro Matsumoto.