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
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
The text was updated successfully, but these errors were encountered: