cassandra/lib/jsr223/clojure
Robert Stupp e13121318b Validate functionality of different JSR-223 providers in UDFs.
patch by Robert Stupp; reviewed by Mikhail Stepura for CASSANDRA-7874
2014-11-26 12:51:37 -08:00
..
README.txt Validate functionality of different JSR-223 providers in UDFs. 2014-11-26 12:51:37 -08:00

README.txt

Apache Cassandra User-Defined-Functions JSR 223 scripting
=========================================================

Unfortunately the JSR-223 support provided by the project https://github.com/ato/clojure-jsr223
and the related ones do not provide compileable script support.

The JSR-223 javax.script.Compilable implementation takes source file names or readers but not script sources
as all other JSR-223 implementations do.