Clojure is a better Java than Java

In principle, Clojure can be just as fast as Java : both are compiled to Java bytecode instructions, which are executed by a Java Virtual Machine … Clojure code will generally run slower than equiva- lent Java code. However, with some minor adjustments, Clojure performance can usually be brought near Java performance.

1 Like