[TOC]
----------------------------------------------------------------------------------------------------
# About

Groovy basics course.
The intent is to discuss the most notable features of the language, especially those that are
different from Java. The obvious things are going to be skipped.
----------------------------------------------------------------------------------------------------
# Change log
Jun 22, 2025 [Intermediate Java code introspection](#intermediate_java_code_introspection)
and [Method and closure visibility scope](#visibility_scope).
Oct 11, 2024 The "Groovy DSL" section added.
Aug 18, 2024 The Groovy console implementation finished.
Aug 13, 2024 The Groovy console implementation started.
Jul 10, 2024 The Groovy basics study finished.
Jun 12, 2024 The study started.