简体   繁体   中英

What is rubinius? I saw it in Ruby Weekly but I don't understand what it is after reading the website

Is 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是Ruby编程语言的实现,就像MRI,YARV,JRuby,IronRuby,MacRuby,MagLev,SmallRuby,tinyrb,RubyGoLightly,BlueRuby,XRuby,Ruby.NET,IoRuby,Cardinal,Carbone,Aluminium,Smalltalk.Rb, MetaRuby,Rite,RedSun,HotRuby等。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM