You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the Compilable and Invocable interfaces in JSR-223 are essential for full use of scripting engines. Compilable allows scripts to be pre-compiled and run multiple times to increase performance, and Invocable allows scripts to have specific defined functions called without evaluating new code. Without these, the capability of the Clojure scripting engine is extremely limited.
The text was updated successfully, but these errors were encountered:
the
Compilable
andInvocable
interfaces in JSR-223 are essential for full use of scripting engines.Compilable
allows scripts to be pre-compiled and run multiple times to increase performance, andInvocable
allows scripts to have specific defined functions called without evaluating new code. Without these, the capability of the Clojure scripting engine is extremely limited.The text was updated successfully, but these errors were encountered: