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 198441
To read all comments associated with this story, please click here.
Cross-platform
by Lousewort on Thu 4th Jan 2007 10:43 UTC
Lousewort
Member since:
2006-09-12

The best part of this concept is that, as it is based on the JRE, you automatically have the language supporting all the platforms/devices supported by the JRE.

Interpretive native scripting for the JRE

Awesome!