Apache Groovy
Java-compatible dynamic and static language for the JVM.
Groovy is a JVM language with a syntax close to Java and dynamic and static typing modes. It is widely used in build tooling (Gradle scripts are Groovy) and Jenkins pipelines.
Install
Debian/Ubuntu: sudo apt install groovy Fedora: sudo dnf install groovy Arch: sudo pacman -S groovy
