0 votes
in DevOps by
Why Groovy Is Gaining Popularity?

1 Answer

0 votes
by

Here are few reasons for popularity of Groovy

Familiar OOP language syntax.

Extensive stock of various Java libraries

11/71

Increased expressivity (type less to do more)

Dynamic typing (lets you code more quickly, at least initially)

Closures

Native associative array/key-value mapping support (you can create an associative

array literal)

String interpolation (cleaner creation of strings displaying values)

Regex's being first class citizens

Related questions

0 votes
asked May 15, 2020 by anonymous
0 votes
asked Nov 12, 2019 in DevOps by Robindeniel
0 votes
asked Nov 12, 2019 in DevOps by Robindeniel
...