Skip to content

Engine implements neither Compilable nor Invocable #8

Open
@LemmaEOF

Description

@LemmaEOF

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions