<?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: Renato Rodrigues</title>
    <description>The latest articles on DEV Community by Renato Rodrigues (@morbden).</description>
    <link>https://dev.to/morbden</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4008307%2Fd1b129c9-d30b-4050-a877-65dd49d9bec2.jpg</url>
      <title>DEV Community: Renato Rodrigues</title>
      <link>https://dev.to/morbden</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/morbden"/>
    <language>en</language>
    <item>
      <title>Galfus Script MVP is complete</title>
      <dc:creator>Renato Rodrigues</dc:creator>
      <pubDate>Mon, 29 Jun 2026 15:36:20 +0000</pubDate>
      <link>https://dev.to/galfus/galfus-script-mvp-is-complete-1oom</link>
      <guid>https://dev.to/galfus/galfus-script-mvp-is-complete-1oom</guid>
      <description>&lt;p&gt;Galfus Script has reached its first MVP milestone.&lt;/p&gt;

&lt;p&gt;Galfus is an experimental programming language written in Rust, designed around a typed VM-first execution model, compact &lt;code&gt;.gfb&lt;/code&gt; artifacts, deterministic module/workspace resolution, and an ownership model based on anchors, edges, and weak observers.&lt;/p&gt;

&lt;p&gt;The MVP goal was not to build a full ecosystem yet.&lt;/p&gt;

&lt;p&gt;The goal was to prove the complete local execution pipeline:&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
txt
.gfs source
  -&amp;gt; lexer and parser
  -&amp;gt; resolver
  -&amp;gt; type checker and semantic analyzer
  -&amp;gt; ownership check
  -&amp;gt; MIR lowering
  -&amp;gt; bytecode emitter
  -&amp;gt; Galfus Module Image
  -&amp;gt; .gfb serialization
  -&amp;gt; VM interpreter execution

https://github.com/vulppi-dev/galfus-script/discussions/10
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>programming</category>
      <category>opensource</category>
      <category>rust</category>
      <category>compilers</category>
    </item>
  </channel>
</rss>
