YARV

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.

YARV
Developer(s)Koichi Sasada
Stable release
3.3.0  / 25 December 2023 (25 December 2023)
Repositorygithub.com/ruby/ruby
Written inC
Operating systemCross-platform
PredecessorRuby MRI
TypeRuby Virtual Machine
LicenseRuby License
Websitewww.ruby-lang.org

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.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.