Groovy
| Groovy (programminglanguage) | |
|---|---|
| Full Name | Apache Groovy |
| Short Name | Groovy |
| Description | Java-syntax-compatible object-oriented programming language for the Java platform |
| Company | Apache |
| Web | No |
| Mobile | No |
| Enterprise | No |
| Embedded | No |
GitHub Topics
Apache Groovy is a Java-syntax-compatible object-oriented programming language for the Java platform. It is both a static and dynamic language with features similar to those of Python, Ruby, and Smalltalk. It can be used as both a programming language and a scripting language for the Java Platform, is compiled to Java virtual machine (JVM) bytecode, and interoperates seamlessly with other Java code and libraries.
Hello World
println 'Hello, World!'
See also: Programming Languages