Being a JVM-based language, Clojure has a notoriously slow startup time. It is bad for the command-line tool.
One way to solve it is to compile the code to a native binary using GraalVM.
The naive approach to compile a native binary ended up with nothing because of reflection problems.
Being a JVM-based language, Clojure has a notoriously slow startup time. It is bad for the command-line tool.
One way to solve it is to compile the code to a native binary using GraalVM. The naive approach to compile a native binary ended up with nothing because of reflection problems.
Some research is needed. These docs may help: https://github.com/lread/clj-graal-docs