Hacker News new | ask | show | jobs
by rakenodiax 2683 days ago
In this case, Clojure is already running on the JVM
1 comments

The Clojure compiler does not generally produce the same byte code as the Java one.

Idiomatic clojure is routinely slower than idiomatic Java and that’s a well known and expected outcome.