So, making a Clojure program faster -- where concu...
# random
s
So, making a Clojure program faster -- where concurrency will speed things up -- is just so much easier than trying to do it in Java. It's not a matter of whether you can make a Clojure program run faster than the "equivalent" Java program or vice versa -- it's about how expensive it is to make it faster.