Hacker News new | ask | show | jobs
by giancarlostoro 807 days ago
You could probably achieve that via GraalVM I would think.
3 comments

You definitely can. One example of a large project that does this is babashka, a fast native Clojure scripting runtime.

https://babashka.org/

And OpenJ9.

Eventually ART, although here the process would be more convuluted.

And if one is willing to give away a couple a big piles of money, PTC and Aicas are still in Java town.

This is correct, you can compile Clojure to native code using GraalVM. There are many heavily used projects that do this.