susano/java_inline
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
java-inline is a plugin for RubyInline that adds JVM language support. See the examples dir for simple examples of using it. 'java_inline' adds support for Java. 'scala_inline' adds support for Scala. 'mirah_inline' adds support for Mirah, requires the 'mirah' gem installed. Running example --------------- gem install RubyInline and to run the example cd examples jruby fastmath.rb jruby -J-Dscala.home=<your scala home> scalamath.rb