Jython for JRuby
Embeds jython-standalone.jar and few wrappers into single Ruby module.
Currently under development - likely to break at a moment's notice.
Installation
Add this line to your application's Gemfile:
gem 'jruby-jython'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jruby-jython
Usage
Development
jruby -S gem install bundle
bundle install
Testing
rake spec
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/tsmolka/jruby-jython.