https://github.com/scijava/scripting-kotlin
[EXPERIMENTAL] JSR-223-compliant Kotlin scripting plugin
https://github.com/scijava/scripting-kotlin
Last synced: 5 months ago
JSON representation
[EXPERIMENTAL] JSR-223-compliant Kotlin scripting plugin
- Host: GitHub
- URL: https://github.com/scijava/scripting-kotlin
- Owner: scijava
- License: other
- Created: 2016-07-08T17:25:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T09:47:13.000Z (over 1 year ago)
- Last Synced: 2024-04-19T10:55:14.570Z (over 1 year ago)
- Language: Kotlin
- Homepage: http://imagej.net/Kotlin_Scripting
- Size: 96.7 KB
- Stars: 10
- Watchers: 11
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/scijava/scripting-kotlin/actions/workflows/build-main.yml)
# Kotlin Scripting
This library provides a scripting plugin wrapping the
[DynKT](https://github.com/xafero/dynkt) library, a JSR-223 engine for the
[Kotlin](https://kotlinlang.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:
* [Kotlin Scripting](http://imagej.net/Kotlin_Scripting)
on the ImageJ wiki.