Y
Hacker News
new
|
ask
|
show
|
jobs
by
Blackthorn
54 days ago
Clojure isn't known for performance.
1 comments
arikrahman
54 days ago
It has very good throughput since it's targeting the JVM. JEP 514 and JEP 515 are also making AOT a real thing, reducing warmup times. This means user will not even have to use the awesome Babashka project for scripts or drop in GraalVM.
link