Groovy will replace the Java language as dominant language
Hear me out. In 2 to 3 years from now there we will see strong
indications that Groovy is replacing the Java language as the dominant
language on the JVM. Actually outnumbering the Java language will be
very hard, given its 10+ years of history. But the trend will be
clearly with Groovy.
I realize this sounds like an extra-ordinary claim, maybe even
sounds baseless. But it's not. I've recently come to terms with the
increased adaptation of Groovy as a programming language myself. Before
laying out my arguments to support the increasingly important role of
Groovy, let me first lay out some of the history of the Groovy language.
The Groovy project for a long time has been a wild dream. Groovy is
the dream child of James Strachan, extravagant open-source developer
and visionary. While waiting for a delayed flight he was playing with
Python and found it such a cool language that he decided the JVM needed
to have a language like this too.
Groovy has always been closely related to the Java language. Not
only is the Groovy syntax similar to and often identical to the Java
syntax, Groovy is the only language together with Scala and of course
Java that always compiles to true Java byte-code. This means that
Groovy classes are always true Java classes.
Read full article here
Read the full article here
|