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 parentheses syntax. It is dynamically compiled to Java Virtual Machine bytecode and works seamlessly with other Java code and libraries. The Groovy compiler generates standard Java bytecode, which can be used by any Java project. Most Java code is also syntactically valid Groovy.
Resources
Groovy Documentation
More about Groovy
Groovy Home
0 comments:
Post a Comment