简体   繁体   English

什么是rubinius? 我在《 Ruby Weekly》中看到了它,但是阅读网站后我不明白它是什么

[英]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/ http://rubini.us/

It's a project to provide an alternative Ruby interpreter/compiler. 这是一个提供替代Ruby解释器/编译器的项目。 Essentially an optimization effort to make Ruby run faster after the regular code is translated into machine code. 从本质上讲,是一种优化工作,可以在将常规代码转换为机器代码后使Ruby更快地运行。 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. 如果您有一个使用率很高的复杂Ruby应用程序,那么可能要看一下-到那时,如果您遇到了Ruby可以做的事情,您可以尝试使用这种替代解释器来加快代码速度。

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等。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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