A little Groovy magic – Lists and Property Accessors

Dynamic languages like Groovy and Ruby are all about productivity. Not only do they eliminate the need to write tons of boilerplate code, they also contain all sorts of “syntactic sugar” – language features that let you accomplish a tremendous amount of work with very little code. Most of these features – closures, ultra-convenient collection-oriented […]