An open API service indexing awesome lists of open source software.

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

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