https://github.com/jruby/java_inline
JVM language support for RubyInline
https://github.com/jruby/java_inline
Last synced: 2 months ago
JSON representation
JVM language support for RubyInline
- Host: GitHub
- URL: https://github.com/jruby/java_inline
- Owner: jruby
- Created: 2009-11-19T00:41:27.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-09-29T21:28:03.000Z (over 13 years ago)
- Last Synced: 2025-04-15T06:16:09.566Z (2 months ago)
- Language: Ruby
- Homepage: kenai.com/projects/java-inline
- Size: 147 KB
- Stars: 19
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
java-inline is a plugin for RubyInline that adds JVM language support. See the examples dir for a simple example of using it.
java-inline adds support for Java
scala-inline adds support for Scala.
Running example
-------------------gem install RubyInline
and to run the example
cd examples
jruby fastmath.rb
jruby -J-Dscala.home= scalamath.rb