I've made clojure my main language late last year and while reading lisp code seemed alien at first, I've now adapted and have no trouble reading s-expressions.
And once you truly understand that `(map inc [1 2 3 4])` is just a list, things like macros begin to click and you understand the power that is given to you.
In fact, I'm missing an equivalent to paredit now when I have to go back and code Java/JavaScript :)
In fact, I'm missing an equivalent to paredit now when I have to go back and code Java/JavaScript :)