
Home — JRuby.org
Sep 4, 2012 · JRuby is a high performance, stable, fully threaded Java implementation of the Ruby programming language.
Downloads — JRuby.org
Sep 4, 2012 · 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 is tightly integrated with Java to allow the embedding of the interpreter into any Java application with full two-way access between the Java and the Ruby code (similar to Jython for the Python language).
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 such as concurrency without a global-interpreter-lock , true parallelism, and tight integration to the Java language to allow you to use Java classes in your Ruby ...
造成Ruby和JRuby执行性能上存在差异的原因是什么? - 知乎
JRuby是用Java实现的Ruby语言的解析器(它将Ruby代码编译成字节码,然后依赖JVM已有的优化功能去解释运行 JIT). JRuby还有另外个JRuby+Truffle, 和JRuby默认实现差异在于前者 Truffle直接解释运行Ruby的AST 了。
JRuby——Java和Ruby的强强联合 - 腾讯云
Mar 20, 2018 · JRuby,JVM下的一个开源Ruby解释器,能够在Java里面使用Ruby类库。 就像标准的Ruby解释器一样,除开使用Ruby调用本地方法(C代码)或者Java类库以外,Ruby代码都能够在JRuby里面正确执行。 除了适合用来开发面向Internet 的Web 应用之外,还有很多公司将JRuby 看作是使Rails 进入企业应用的关键技术,例如ThoughtWorks。 JRuby 允许Rails 应用部署在流行的Java 应用 服务器 中,很多企业早已建立了这样的运行环境,但因为某些原因无法为 …
Releases · jruby/jruby - GitHub
Sep 4, 2012 · 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 targets Ruby 3.1 compatibility. This release fixes two critical bugs in JRuby 9.4.10.0 and we recommend users skip that version when upgrading.
Getting Started — JRuby.org
Sep 4, 2012 · 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 latest JRuby release. Unpack JRuby: Unpack the file you downloaded. You’ll then have a "jruby-<version>" directory.
jruby - 百度百科
JRuby是面向 Ruby 、基于 Java虚拟机 (JVM)的一种 解释程序,它结合了Ruby语言的简易性和功能强大的JVM的执行机制,包括与 Java 库 全面集成。 Rails 彻底加快及简化了Web应用的开发,不过它让人觉得不够成熟,特别是在高端企业级功能方面。 另一方面, Java平台 及其 虚拟机 、库和 应用服务器的速度、稳定性和功能方面却一直在提升,现在已被公认为是开发高端服务器。 [1] jruby本质上也是启动一个 jvm,然后去读ruby脚本并解释执行(也可以编译),因此 jprofiler …
JRuby - 维基百科,自由的百科全书 - zh.wikipedia.org
May 14, 2022 · JRuby,一个采用纯Java实现的Ruby解释器,由JRuby团队开发。 它是一个自由软件,在 CPL / GPL / LGPL 三种许可协议下发布。 主要开发者有Charles Nutter、Thomas Enebo、Ola Bini、Nick Sieger等。