July 2019
Intermediate to advanced
163 pages
2h 12m
English
In this chapter, we are going to cover the basics of Groovy, the history of Groovy, and the advantages of using Groovy.
Groovy is a flexible open source language built for the JVM (Java Virtual Machine) with a Java-like syntax. It can be used dynamically (where any variable can hold any type of object) or statically typed (where the type of each variable is heavily restricted); it’s your choice. In most other languages, it is one or the other. It supports functional programming constructs, including first-class functions, currying, and more. It has multiple inheritance, type inference, and ...
Read now
Unlock full access