https://github.com/scijava/scripting-clojure
JSR-223-compliant Clojure scripting plugin
https://github.com/scijava/scripting-clojure
Last synced: 5 months ago
JSON representation
JSR-223-compliant Clojure scripting plugin
- Host: GitHub
- URL: https://github.com/scijava/scripting-clojure
- Owner: scijava
- License: other
- Created: 2014-04-24T21:19:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T20:54:26.000Z (over 3 years ago)
- Last Synced: 2023-03-15T16:20:22.608Z (almost 3 years ago)
- Language: Java
- Homepage: http://imagej.net/Clojure_Scripting
- Size: 43.9 KB
- Stars: 10
- Watchers: 16
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/scijava/scripting-clojure/actions/workflows/build-main.yml)
# Clojure Scripting
This library provides a
[JSR-223-compliant](https://en.wikipedia.org/wiki/Scripting_for_the_Java_Platform)
scripting plugin for the [Clojure](http://clojure.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:
* [Clojure Scripting](http://wiki.imagej.net/Clojure_Scripting)
on the ImageJ wiki.