https://github.com/scijava/scripting-scala
JSR-223-compliant Scala scripting plugin.
https://github.com/scijava/scripting-scala
Last synced: 5 months ago
JSON representation
JSR-223-compliant Scala scripting plugin.
- Host: GitHub
- URL: https://github.com/scijava/scripting-scala
- Owner: scijava
- License: bsd-2-clause
- Created: 2013-10-02T17:24:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T03:48:29.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T00:20:05.676Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 120 KB
- Stars: 6
- Watchers: 24
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/scijava/scripting-scala/actions/workflows/build-main.yml)
# Scala Scripting
This library provides a
[JSR-223-compliant](https://en.wikipedia.org/wiki/Scripting_for_the_Java_Platform)
scripting plugin for the [Scala](http://scala-lang.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.