Hacker News new | ask | show | jobs
by the-alchemist 1327 days ago
From what I've noticed, the Clojure community has embraced GraalVM the most out of any of the Java community. Babashka, think bash+Clojure with built-in JSON+YAML+CSV+REST support, is very popular.

https://github.com/babashka/babashka

1 comments

The upcoming version 3.x.x of Spring Boot, probably the most used Java (mostly web) framework comes with first class "native image support" using Graal out of the box.

https://spring.io/blog/2022/09/26/native-support-in-spring-b...