Multicore Multithreading in JVM Clojure

Short answer is YES, Clojure lets you write multi-threaded, multi-core programs that can use all cores available, and this is first class, it’s not a niche or afterthought or need a library to do so thing, it’s the default behavior.

Other answers go into the details, but I felt maybe those details muddied the water.