Groovy - An agile dynamic language for the Java Platform



(Back to docs.huihoo.com)

Introduction

Groovy is an object-oriented programming language for the Java Platform as an alternative to the Java programming language. It is a dynamic language with features similar to those of Python, Ruby, Perl, and Smalltalk. It can be used as a scripting language for the Java Platform.

Groovy uses a Java-like curly bracket syntax which is dynamically compiled to Java Virtual Machine bytecodes and which works seamlessly with other Java code and libraries. The Groovy compiler can be used to generate standard Java bytecode to be used by any Java project. Most Java code is valid Groovy syntax and can be used dynamically as a scripting language.

Groovy is currently undergoing standardization via the Java Community Process under JSR 241.

Documents

• Groovy 3.0.x 文档
• Groovy 2.6.x 文档
• Groovy 2.5.x 文档
• Groovy 2.4.x 文档
• Groovy 2.4.5 文档
• Groovy 2.4.3 文档
• Groovy 2.3.11 文档
• Groovy
• Groovy 1.5.6 Wiki
• Groovy 1.0 Wiki
• Groovy 1.0-b7 Reference
• Groovy Programming Book Examples Code

Links

• http://groovy.codehaus.org/
• http://download.huihoo.com/groovy/