https://github.com/scijava/scripting-jruby
JSR-223-compliant JRuby scripting plugin
https://github.com/scijava/scripting-jruby
Last synced: 6 months ago
JSON representation
JSR-223-compliant JRuby scripting plugin
- Host: GitHub
- URL: https://github.com/scijava/scripting-jruby
- Owner: scijava
- License: other
- Created: 2014-04-24T21:20:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T22:54:53.000Z (10 months ago)
- Last Synced: 2025-03-26T23:32:04.655Z (10 months ago)
- Language: Java
- Homepage: http://imagej.net/JRuby_Scripting
- Size: 55.7 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/scijava/scripting-jruby/actions/workflows/build-main.yml)
# JRuby Scripting
This library provides a
[JSR-223-compliant](https://en.wikipedia.org/wiki/Scripting_for_the_Java_Platform)
scripting plugin for the [JRuby](http://jruby.org/) language.
It is implemented as a `ScriptLanguage` plugin for the [SciJava
Common](https://github.com/scijava/scijava-common) platform, which means that
in addition to being usable directly as a `javax.script.ScriptEngineFactory`,
it also provides some functionality on top, such as the ability to generate
lines of script code based on SciJava events.
For a complete list of scripting languages available as part of the SciJava
platform, see the
[Scripting](https://github.com/scijava/scijava-common/wiki/Scripting) page on
the SciJava Common wiki.
See also:
* [JRuby Scripting](http://wiki.imagej.net/JRuby_Scripting)
on the ImageJ wiki.