Interesting Java in clojure.core
The Clojure language primarily targets the Java Virtual Machine, and so obviously, we have a topic.
- Quick array creation from some items
// clojure.lang.Intrinsics
private static Object[] oa(Object... arr) { return arr; }