The optional interface implemented by ScriptEngines whose methods compile scripts to a form that can be executed repeatedly without recompilation.
The optional interface implemented by ScriptEngines whose methods compile scripts to a form that can be executed repeatedly without recompilation.
(compile this script)
Compiles the script (source represented as a String) for later execution.
script - The source of the script, represented as a String. - java.lang.String
returns: An instance of a subclass of CompiledScript to be executed later using one
of the eval methods of CompiledScript. - javax.script.CompiledScript
throws: javax.script.ScriptException - if compilation fails.
Compiles the script (source represented as a String) for later execution. script - The source of the script, represented as a String. - `java.lang.String` returns: An instance of a subclass of CompiledScript to be executed later using one of the eval methods of CompiledScript. - `javax.script.CompiledScript` throws: javax.script.ScriptException - if compilation fails.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |