Thanks to Ken for his excellent introduction to the Groovy language.
Groovy is part of the new generation of dynamic languages for the JVM.Ê It's not intended to replace Java, but rather to make it easier, more flexible, and more powerful.Ê Groovy is what Java would have been like had it been designed in the 21st Century.Ê Groovy dramatically simplifies Java development, and also brings modern language concepts like builders, closures, and metaprogramming to existing Java systems.Ê The purpose of this talk is to demonstrate both how Groovy makes Java development quicker and easier, and also to show some of Groovy's more advanced features.
The capabilities illustrated will include: