Groovy Programming Language
From GM-RKB
(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.