I certainly don't.
Groovy is fascinating, fun to play with, and, for a Java developer, much easier to grok than Jython. I've already written a couple of simple Groovy SQL scripts and now I'm trying to wrap my mind around Groovy Markup. What a cool new toy!
Later... Here is one small nit. Groovy could use better error reporting. When an error occurs, you don't always know what line in the script caused the problem.
Performance could be much better in some cases:
Sorry for the formatting ...Takes much longer then in other scripting languages.
Regards, MarkusPosted by Unknown on December 19, 2003 at 06:11 AM EST #
Then even though at compile time we can deduce some static method invocations (to create neater, faster bytecode) we're not doing that - so all methods are dispatched using the dynamic dispatch.
I suspect Groovy can get *way* faster than it is today by several degrees of magnitude.
Posted by James Strachan on December 19, 2003 at 07:30 AM EST #
Posted by Pratik Patel on December 19, 2003 at 08:57 AM EST #
Posted by Hani Suleiman on December 19, 2003 at 12:58 PM EST #
1) Groovy is so similar to Java you don't have to learn much at all
2) Simple interpreter-friendly scripting languages have their place the Java world
3) Groovy is designed to be simple not complex and from what I've seen, the design is successful
Posted by Dave Johnson on December 19, 2003 at 01:41 PM EST #
Posted by Unknown on December 21, 2003 at 03:31 PM EST #