Powerful, optionally typed and dynamic language with static compilation capabilities on JVM.
To install Groovy in Fedora, simply type:
$ sudo dnf install groovy
This command will install several command-line executables useful for development in Groovy, notably:
There is also a graphical Groovy console:
Joint compilation means that Groovy compiler will compile Groovy and Java source files mixed together. To enable this feature, you may need to install Java compiler (if you don’t have it already):
$ sudo dnf install java-1.8.0-openjdk-devel
Authors: Adam Samalik, Ben Porter, Jarek Prokop, Josef Stribny, Michal Srb