|
- Groovy Language Documentation
Groovy lets you instantiate java lang String objects, as well as GStrings (groovy lang GString) which are also called interpolated strings in other programming languages
- The Apache Groovy™ programming language - Documentation
The Apache Groovy™ documentation is available as a single-page document, or a PDF, or feel free to pick at a direct section below You can also browse documentation for other versions
- The Apache Groovy programming language - Install Groovy
From the download page, you will be able to download the distribution (binary and source), the Windows installer (a community artifact) and the documentation for Groovy
- The Apache Groovy programming language - Syntax
Syntax This chapter covers the syntax of the Groovy programming language The grammar of the language derives from the Java grammar, but enhances it with specific constructs for Groovy, and allows certain simplifications
- The Apache Groovy programming language - Learn
This book covers Groovy fundamentals, such as installing Groovy, using Groovy tools, and working with the Groovy Development Kit (GDK) You'll also learn more advanced aspects of Groovy
- Operators - Apache Groovy
Groovy supports the usual familiar arithmetic operators you find in mathematics and in other programming languages like Java All the Java arithmetic operators are supported
- Overview (Groovy 4. 0. 27)
An interactive command line terminal along with a Swing console for evaluating Groovy scripts and inspecting objects, AST and bytecode information
- The Apache Groovy programming language - Object orientation
In most scenarios, you can treat a primitive just like it was the full object wrapper equivalent For instance, you can call toString() or equals(other) on a primitive Groovy autowraps and unwraps between references and primitives as needed Here’s an example using int which is declared as a static field in a class (discussed shortly):
|
|
|