To view parent comment, click here.
To read all comments associated with this story, please click here.
If you already know Java, Groovy is the most natural language to add scripting or dynamic features to your projects. The syntax is 95% Java + added features like dynamic/duck typing, closures, lots of syntatic sugar for handling lists, maps, loops, and all those features that Ruby and Python fans love.... except that's it's written in a Java syntax, using Java objects transparently, you have access to the full Java API and tons of third party Java libraries... it's all there for you to use.
Even if you hate Java, you should give Groovy a try, at least go to the web site and read the examples and see how comfortable it is to use.
In sum, Java lovers won't need to learn a whole new language to have "agile" features. Java haters, who hate Java's verbosity and pickyness, and the lots of boilerplate code (*) will love a Java-like language where all of that is taken away.
(*) because they never understood why all that is needed in real-life big projects with lots of programmers and strict requirements






Member since:
2005-07-07
BTW, I know python and ruby, and I experimented with jython and jruby for this but groovy was actually the quickest for me to figure out even though I did not know the language (and I know those others). It was the easiest for me to integrate into my existing java code.
How does groovy compares to jython? What makes groovy easier to use and integrate into existing java code? I'm wondering if it is worth taking some time to learn groovy or just stick with what I know (python).