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

https://github.com/scijava/scripting-beanshell

JSR-223-compliant BeanShell scripting plugin
https://github.com/scijava/scripting-beanshell

Last synced: 5 months ago
JSON representation

JSR-223-compliant BeanShell scripting plugin

Awesome Lists containing this project

README

          

[![](https://github.com/scijava/scripting-beanshell/actions/workflows/build-main.yml/badge.svg)](https://github.com/scijava/scripting-beanshell/actions/workflows/build-main.yml)

# BeanShell Scripting

This library provides a
[JSR-223-compliant](https://en.wikipedia.org/wiki/Scripting_for_the_Java_Platform)
scripting plugin for the [BeanShell](http://www.beanshell.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:
* [BeanShell Scripting](http://wiki.imagej.net/BeanShell_Scripting)
on the ImageJ wiki.