>>8
Clojure tries to be Lisp and Java at the same time
Absolutely wrong. Clojure doesn't support traditional Java-style OOP and uses immutable data structures by default which is a complete antithesis to the OOP mechanics where everything is based on objects with mutable state. Scala, on the other hand, has an analogues to Java OO system.
Java influences reach only an extremely small set of primitives used for interoperability in Clojure. They are optional and in no way essential to the language.
I understand, you might be frustrated, but try to stay at least marginally factual in your emotion-driven responses.