What is rubinius? I saw it in Ruby Weekly but I don't understand what it is after reading the website
I开发者_运维问答s it a thing that let you understand ruby core? http://rubini.us/
It's a project to provide an alternative Ruby interpreter/compiler. Essentially an optimization effort to make Ruby run faster after the regular code is translated into machine code. It is likely something to look at if you have a complex Ruby app that has heavy use - and at that point if you're running into a wall with what Ruby can do, you could try this alternative interpreter to make your code faster.
Rubinius is an implementation of the Ruby programming language, just like MRI, YARV, JRuby, IronRuby, MacRuby, MagLev, SmallRuby, tinyrb, RubyGoLightly, BlueRuby, XRuby, Ruby.NET, IoRuby, Cardinal, Carbone, Aluminium, Smalltalk.Rb, MetaRuby, Rite, RedSun, HotRuby and all the others.
精彩评论