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 is a Ruby language implementation that runs on the Java Virtual Machine. It serves as a cross-language runtime and execution environment, allowing Ruby code to run on the JVM and share memory with Java applications. The project functions as a bridge between Ruby and Java, enabling Ruby scripts to call Java classes and libraries directly. It also provides a mechanism to embed a Ruby interpreter into Java applications to allow for dynamic scripting. The runtime leverages the JVM for system scalability and ensures a consistent execution environment across different operating systems.
Provides a full implementation of the Ruby language that targets the Java Virtual Machine.