<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Groovy on Antonio Montemurro</title><link>https://antoniomontemurro.com/en/tags/groovy/</link><description>Recent content in Groovy on Antonio Montemurro</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sun, 22 Sep 2024 08:32:21 +0000</lastBuildDate><atom:link href="https://antoniomontemurro.com/en/tags/groovy/index.xml" rel="self" type="application/rss+xml"/><item><title>Groovy</title><link>https://antoniomontemurro.com/en/posts/groovy-en/</link><pubDate>Sun, 22 Sep 2024 08:32:21 +0000</pubDate><guid>https://antoniomontemurro.com/en/posts/groovy-en/</guid><description>&lt;h2 id="what-is-groovy"&gt;What is Groovy&lt;/h2&gt;
&lt;p&gt;Apache Groovy is a programming language that positions itself as an alternative to Java, from which it inherits many features.&lt;br&gt;
Groovy is both a static and dynamic language, meaning it can be used as a traditional programming language (like Java) or as a scripting language (similar to Python).&lt;/p&gt;
&lt;p&gt;As mentioned, Groovy is inspired by Java: it adopts its syntax and compiles its code into bytecode to be executed by the Java Virtual Machine (JVM).&lt;br&gt;
To put it simply, Groovy could be described as a “simplified Java.” However, let’s take a closer look at its features in comparison to Java.&lt;/p&gt;</description></item></channel></rss>