
Home — JRuby.org
2012年9月4日 · JRuby is a high performance, stable, fully threaded Java implementation of the Ruby programming language.
Downloads — JRuby.org
2012年9月4日 · JRuby 9.3.15.0 is our point release of our Ruby 2.6.x support. Please check out our release notes for more information.
JRuby - Wikipedia
JRuby is an implementation of the Ruby programming language atop the Java Virtual Machine, written largely in Java.It is free software released under a three-way EPL/GPL/LGPL license. …
jruby/jruby: JRuby, an implementation of Ruby on the JVM - GitHub
JRuby is an implementation of the Ruby language using the JVM. It aims to be a complete, correct and fast implementation of Ruby, at the same time as providing powerful new features …
造成Ruby和JRuby执行性能上存在差异的原因是什么? - 知乎
JRuby是用Java实现的Ruby语言的解析器(它将Ruby代码编译成字节码,然后依赖JVM已有的优化功能去解释运行 JIT). JRuby还有另外个JRuby+Truffle, 和JRuby默认实现差异在于前者 Truffle …
JRuby——Java和Ruby的强强联合 - 腾讯云
2018年3月20日 · JRuby,JVM下的一个开源Ruby解释器,能够在Java里面使用Ruby类库。 就像标准的Ruby解释器一样,除开使用Ruby调用本地方法(C代码)或者Java类库以外,Ruby代 …
Releases · jruby/jruby - GitHub
2012年9月4日 · The JRuby community is pleased to announce the release of JRuby 9.4.11.0. Homepage: https://www.jruby.org/ Download: https://www.jruby.org/download; JRuby 9.4.11.x …
Getting Started — JRuby.org
2012年9月4日 · JRuby is one of the easiest Ruby implementations to set up. Let’s start with the basic instructions: Download JRuby: Visit the download page and grab the binaries for the …
jruby - 百度百科
JRuby是面向 Ruby 、基于 Java虚拟机 (JVM)的一种 解释程序,它结合了Ruby语言的简易性和功能强大的JVM的执行机制,包括与 Java 库 全面集成。 Rails 彻底加快及简化了Web应用的开 …
JRuby - 维基百科,自由的百科全书 - zh.wikipedia.org
2022年5月14日 · JRuby,一个采用纯Java实现的Ruby解释器,由JRuby团队开发。 它是一个自由软件,在 CPL / GPL / LGPL 三种许可协议下发布。 主要开发者有Charles Nutter、Thomas …