Groovy (www.groovy-lang.org)
- used as a scripting language where it is dynamically compiled to JVM bytecode
- interoperates with other Java code and libraries
Installation
homebrew
1. install groovy using homebrew
brew install groovythis would download groovy into /usr/local/Cellar directory
2. verify groovy was installed
which groovygroovy -—version