
Home — JRuby.org
2012年9月4日 · JRuby is a high performance, stable, fully threaded Java implementation of the Ruby programming 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 ...
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——Java和Ruby的强强联合-腾讯云开发者社区-腾讯云
2018年3月20日 · JRuby,JVM下的一个开源Ruby解释器,能够在Java里面使用Ruby类库。 就像标准的Ruby解释器一样,除开使用Ruby调用本地方法(C代码)或者Java类库以外,Ruby代码都能够在JRuby里面正确执行。
造成Ruby和JRuby执行性能上存在差异的原因是什么? - 知乎
JRuby是用Java实现的Ruby语言的解析器 (它将Ruby代码编译成字节码,然后依赖JVM已有的优化功能去解释运行 JIT). JRuby还有另外个JRuby+Truffle, 和JRuby默认实现差异在于前者 Truffle …
JRuby - 维基百科,自由的百科全书
JRuby,一個採用纯 Java 實現的 Ruby 解释器,由JRuby團隊開發。 它是一個自由軟體,在 CPL / GPL / LGPL 三种许可协议下发布。 主要开发者有Charles Nutter、Thomas Enebo、Ola Bini、Nick Sieger等。
jruby_百度百科
JRuby是面向 Ruby 、基于 Java虚拟机 (JVM)的一种 解释程序,它结合了Ruby语言的简易性和功能强大的JVM的执行机制,包括与 Java 库 全面集成。 Rails 彻底加快及简化了Web应用的开发,不过它让人觉得不够成熟,特别是在高端企业级功能方面。
JRuby: 基于 Java 的 Ruby 实现 - CSDN博客
2024年3月7日 · JRuby是一个基于Java的Ruby解释器,支持MRI标准库,提供高性能、跨平台的开发体验。 适用于Web开发、数据分析和自动化脚本,可利用Java生态和Ruby语法便利性。
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如何安装与配置 - 编程语言 - 亿速云
2021年11月18日 · JRUBY的安装相当简单,首先将下载的压缩包解压到任意目录,然后在环境变量中增加JRUBY_HOME指向你的解压目录。 然后在PATH中增加/jruby-1.1.2/bin,