I was contemplating on the necessity of different non-Java languages coming up on the JVM. Apart from syntactic sugar and built-ins, does any of them actually exploit some corner of the JVM, which has not been peeked into by the Java language?
The following is not a part of my question; but here is why I want to know this:
I have been a Java developer for over 10 years, and the only 'java-tiredness' that has creeped in me big time, is its verbosity. The reason which now pushes me to a less-verbose-java-like programming language (with a functional/scripting flavor), which would refresh my tiredness from time to time.
And here, after skimming through the likes of Scala/Groovy (not so much of Clojure); I strongly feel something like Python is just better if I really wish to learn another programming language , not to disown Java, but to add real value to my existing programming arsenal.