Linked by Thom Holwerda on Wed 3rd Jan 2007 22:15 UTC, submitted by Tom Nichols
Java Groovy 1.0 has been released and is available for download from the project homepage. "Groovy is a dynamic language for the JVM that integrates seamlessly with the Java platform. It offers a Java-like syntax, with language features inspired by Smalltalk, Python or Ruby, and lets your reuse all your Java libraries and protect the investment you made in Java skills, tools or application servers. Groovy can be used for various purposes, from ad-hoc shell scripting leveraging Java APIs, to full-blown web applications built on Spring and Hibernate through the Grails web framework. It can also be integrated very easily in your applications to externalize business logic, create Domain-Specific Languages, or to provide templating capabilities, and much more."
Permalink for comment 198468
To read all comments associated with this story, please click here.
About Grails and Groovy
by sigzero on Thu 4th Jan 2007 15:03 UTC
sigzero
Member since:
2006-01-03

I tried (on XP) but the release and development version and walking through the quick tutorial quickly caused it to bomb. Needs work, though I will use it when it becomes more stable.

While I hate the name "Groovy", I think this is one of the best languages for the JVM to date. I am not a Ruby fan so JRuby is out. I am a Python fan but Jython is so far behind regular CPython why bother.

There are other "native" JVM languages as well. Beanshell is one and Pnuts is another. Pnuts really should get more headline coverage but Groovy gets that.