graal-build-time icon indicating copy to clipboard operation
graal-build-time copied to clipboard

Initialize Clojure classes at build time with GraalVM native-image

Results 1 graal-build-time issues
Sort by recently updated
recently updated
newest added

See https://github.com/luontola/clojure-native-image-agent for an approach. Benefit of the Java agent approach: - single segment namespaces would be supported (which is an anti-pattern, but still). - top-level instantiated Java classes would...