-
What is Groovy?
-
Groovy is a powerful high level language for the Java platform which compiles
down to Java bytecode.
Think of it as a Ruby or Python like language that is tightly integrated with
the Java platform - allowing you the same powerful and concise coding syntax as
Ruby or Pyton but allowing you to stay on the JVM and protect your investment in
J2SE, J2EE and all the plethora of great useful Java code out there.
-
What are the dependencies for Groovy?
-
As well as JDK 1.4 and the Groovy jar we also depend at runtime on
-
How can I contribute to Groovy?
-
There are many ways you can help and contribute to Groovy.
Please read the contributing guide