July 2019
Intermediate to advanced
163 pages
2h 12m
English
In addition to groovy, the Groovy installation comes with several helpful tools, covered in this chapter.
The Groovy Console is a quick and easy way to try things in Groovy visually without the overhead of a complete IDE.
Whenever you have an idea you want to try out quickly, open the Groovy Console, type some code, and then press Ctrl+R to run it. After reading your output and changing the code, press Ctrl+W to clear the output and Ctrl+R again to run the code. Once you get used to those two shortcuts, the Groovy Console might become an indispensable development tool.
It also has the ...
Read now
Unlock full access