...
| Section |
|---|
| Column |
|---|
User GuideAdvanced Topics |
| Column |
|---|
Getting Started Guide| Children Display |
|---|
| page | Getting Started Guide |
|---|
|
Testing GuideDeveloper Guide |
|
Groovy provides powerful additional :
- language conceptual enhancements
- Support for closures - re-usable blocks of code
- Native syntax for lists and maps
- Support the Gof Builder pattern via the notion of builders
- Syntax level regex operators and escape sequences
- Native JavaBean support
- Operator overloading to simplify working with datatypes Collections and Maps
- Polymorphic iteration and autoboxing
- Extension of Java Standard Library through the GDK
- useful standard features to enhance developer productivity such as:
...