This post originated from an RSS feed registered with Java Buzz
by Rajiv Narula.
Original Post: Groovy ,Java and Slurper
Feed Title: yada yada yada
Feed URL: http://www.rajivnarula.com/blog/feed/
Feed Description: Some random and structured thoughts....
Today I wrote my first meaningful program in Groovy-
It was a small script to extract some information from a XML
It took me the same time to learn Groovy and code this script- the same time it would have taken me to do it in Java.
The brevity of the program was breathtaking. Few lines of code- [...]