Groovy is an object-oriented programming language for the Java platform. Its features not available in Java include both static and dynamic typing, closures, operator overloading, native syntax for lists and maps, native support for regular expressions, polymorphic iteration, expressions embedded inside strings. It can be used as a scripting language for the Java Platform. wikipedia
Hello World
println 'Hello World'
Tools
- Grails (project page) - web framework powered by Groovy, that builds on top of Spring and Hibernate
- Gradle (project page) - build automation tool powered by Groovy, builds on top of Maven
- Griffon (project page) - application framework for developing desktop applications in the JVM
- Eclipse plugin - plugin that provides Groovy support for Eclipse IDE
Online Resources
- Groovy Homepage
- Beginners Tutorial
- The Getting Started Guide
- Groovy APIs
- JavaDoc pages for Groovy Development Kit
Groovy compared to other languages