Groovy Programming Language
(Redirected from Groovy (Programming Language))
Jump to navigation
Jump to search
A Groovy Programming Language is a general-purpose, high-level object-oriented dynamic programming language.
- Context:
- It can be associated with a Groovy Program, with: Groovy Variables, Groovy Data Structures, Groovy Conditional Statements, etc.
- …
- Example(s):
- Groovy 4.0.6 [2022-10-13]
- Groovy 4.0.1 [2022-03-05]
- Groovy 3.0.1 [2020-02-14]
- Groovy 2.3.1 [2014-05-19]
- Groovy 2.0.1 [2012-07-25]
- Groovy 1.5.8 [2009-04-07]
- Groovy 1.0.0 [2007-01-03]
- …
- Counter-Example(s)
- See: Groovy Library, Java Platform, Curly Bracket Programming Language.
References
2014
- (Wikipedia, 2014) ⇒ http://en.wikipedia.org/wiki/Groovy_(programming_language) Retrieved:2014-1-23.
- Groovy is an object-oriented programming language for the Java platform. 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, is dynamically compiled to Java Virtual Machine (JVM) bytecode, and interoperates with other Java code and libraries. Groovy uses a Java-like curly-bracket syntax. Most Java code is also syntactically valid Groovy.
Groovy 1.0 was released on January 2, 2007, and Groovy 2.0 in July, 2012. Groovy 3.0 is planned for release in early 2014, with support for Java 8 features and a new Meta Object Protocol. Since version 2, Groovy can also be compiled statically, offering type inference and performance close to, or even greater than, Java's. Groovy is backed by VMware, after its acquisition of SpringSource, which acquired G2One, the Groovy and Grails company.
- Groovy is an object-oriented programming language for the Java platform. 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, is dynamically compiled to Java Virtual Machine (JVM) bytecode, and interoperates with other Java code and libraries. Groovy uses a Java-like curly-bracket syntax. Most Java code is also syntactically valid Groovy.