<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Gustavo Zeloni</title>
    <description>The latest articles on DEV Community by Gustavo Zeloni (@gzeloni).</description>
    <link>https://dev.to/gzeloni</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1112801%2Fa59328ad-22ee-4d85-9cd2-58e45c69cc95.jpeg</url>
      <title>DEV Community: Gustavo Zeloni</title>
      <link>https://dev.to/gzeloni</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gzeloni"/>
    <language>en</language>
    <item>
      <title>Introducing ILLEX: Inline Language for Logic and Expressions</title>
      <dc:creator>Gustavo Zeloni</dc:creator>
      <pubDate>Mon, 21 Apr 2025 06:06:52 +0000</pubDate>
      <link>https://dev.to/gzeloni/introducing-illex-inline-language-for-logic-and-expressions-50ln</link>
      <guid>https://dev.to/gzeloni/introducing-illex-inline-language-for-logic-and-expressions-50ln</guid>
      <description>&lt;p&gt;Initially, formatting these forms was straightforward. However, users soon expressed the need to add conditions and perform actions directly within the text. This led me to realize the necessity of developing a Domain-Specific Language (DSL).&lt;/p&gt;

&lt;p&gt;I dedicated significant time to designing a syntax that would be user-friendly and simple, yet robust enough to serve the primary purpose of the system: scripting network equipment. In this syntax, variables start with @ and functions with :, resulting in constructs like @variable and :function(). This marked the birth of Bennu, the initial name of the language.&lt;/p&gt;

&lt;p&gt;Despite extensive development, the project was eventually shelved, and the solution remained unused. Later, I decided to revive Bennu with a new name, a cleaner parser, and enhanced capabilities. Thus, ILLEX was born—a name inspired by Ilex, the scientific name for my favorite tea, Mate. The name also reflects its purpose: Inline Language for Logic and Expressions.&lt;/p&gt;

&lt;p&gt;Now revitalized as ILLEX, the language boasts a broader range of functions, is available as a package on PyPI, supports extensions to enhance its capabilities, allows function chaining, and much more!&lt;/p&gt;

&lt;p&gt;I acknowledge that building a language using Python as its engine might seem unconventional. However, my current goal is to make it viable and appealing to the world. I believe this idea holds great promise and sincerely hope for your support in guiding the direction of this language, which, so far, I see primarily serving as a template language.&lt;/p&gt;

&lt;p&gt;(For those wondering why I didn't use Jinja in the original work project, it's because I find Jinja less suitable for non-technical users. Simpler syntaxes are more approachable. ILLEX doesn't even require quotes!)&lt;/p&gt;

&lt;p&gt;For more information, please refer to the &lt;a href="https://github.com/gzeloni/illex/blob/main/README.md" rel="noopener noreferrer"&gt;ILLEX README&lt;/a&gt; and the &lt;a href="https://docs.illex.dev" rel="noopener noreferrer"&gt;official documentation&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>python</category>
    </item>
  </channel>
</rss>
