Groovy 1.8-final is out the door!
The Groovy development team is really pleased and proud to announce the release of the final version of Groovy 1.8.0!
After a lot of work and efforts throughout four betas and four release candidates, version 1.8 of Groovy has been long in the making, but is packed with tons of new features and enhancements, for your productivity, and your pleasure. In particular, you’ll be happy to learn about:
- the new Domain-Specific Language authoring capabilities for more readability and expressivity of your business rules,
- the runtime performance improvements,
- the bundling of the GPars parallel and concurrency library,
- the built-in JSON support,
- the new compile-time meta-programming features (several new useful AST transformations),
- the new functional programming aspects of closures,
- and much more.
To get all the details, with code samples, we have prepared an in-depth release notes document. Please have a look at it to learn more about the features listed above, and discover other smaller enhancements as well.
Read more...