Groovy is a dynamic language which runs on the Java platform. It has Java-like syntax, although it's not fully compatible with Java. (i.e. many Java programs are valid Groovy code, but not all.)
For more information, can I recommend Groovy in Action? Not that I'm biased or anything ;)
As for why you should learn it - if you know Java and you're interested in either scripting (it can be used for scripting, but doesn't have to be) or dynamic languages, it's a good starting point as you can keep a familiar syntax.
I first used it as an easy language to integrate into Ant - our Ant scripts didn't have quite enough power, and a bit of Groovy helped a lot.
