Building native Clojure images with GraalVM
GraalVM makes it possible to compile JVM-based programs ahead-of-time into a native executable,with significant improvements to startup time, resource usage,...
The newly-released GraalVM changes the status quo in the realm of JVM-based programming languages. In this instalment we’ll explore its impact on Clojure. We’ll start small, but by the end we’ll compile an entire Ring web application into a self-contained native binary.
GraalVM makes it possible to compile JVM-based programs ahead-of-time into a native executable,with significant improvements to startup time, resource usage,...