1 个仓库
Different implementations of the Ruby language targeting various runtimes or architectures.
Distinct from Ruby Implementations: Existing candidates are too narrow, focusing on networking or deep learning JVM implementations
Explore 1 awesome GitHub repository matching programming languages & runtimes · Ruby Implementations. Refine with filters or upvote what's useful.
JRuby 是一个运行在 Java 虚拟机(JVM)上的 Ruby 语言实现。它充当跨语言运行时和执行环境,允许 Ruby 代码在 JVM 上运行并与 Java 应用共享内存。 该项目充当 Ruby 和 Java 之间的桥梁,使 Ruby 脚本能够直接调用 Java 类和库。它还提供了一种将 Ruby 解释器嵌入到 Java 应用中以允许动态脚本编写的机制。 该运行时利用 JVM 实现系统可扩展性,并确保跨不同操作系统的一致执行环境。
Provides a full implementation of the Ruby language that targets the Java Virtual Machine.