<?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: Nikolas Skyl</title>
    <description>The latest articles on DEV Community by Nikolas Skyl (@nikolas_skyl).</description>
    <link>https://dev.to/nikolas_skyl</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%2F3935119%2F4c704ad4-b394-4c1f-ba3e-85a07aacc29a.png</url>
      <title>DEV Community: Nikolas Skyl</title>
      <link>https://dev.to/nikolas_skyl</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nikolas_skyl"/>
    <language>en</language>
    <item>
      <title>Hello, Donna (A new Programming Language)</title>
      <dc:creator>Nikolas Skyl</dc:creator>
      <pubDate>Sat, 16 May 2026 16:33:16 +0000</pubDate>
      <link>https://dev.to/nikolas_skyl/hello-donna-a-new-programming-language-2a5k</link>
      <guid>https://dev.to/nikolas_skyl/hello-donna-a-new-programming-language-2a5k</guid>
      <description>&lt;p&gt;In the past few months, I have been designing and implementing a new programming language called &lt;a href="https://donna-lang.org" rel="noopener noreferrer"&gt;Donna&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Before I explain more about it, I want to be honest and mention that its development has been heavily assisted by AI.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Donna
&lt;/h2&gt;

&lt;p&gt;Donna is a functional, statically typed, self-hosted programming language that compiles to native binaries using &lt;a href="https://c9x.me/compile/" rel="noopener noreferrer"&gt;QBE&lt;/a&gt; as its compiler backend.&lt;/p&gt;

&lt;p&gt;Donna’s syntax is inspired mostly by &lt;a href="https://gleam.run" rel="noopener noreferrer"&gt;Gleam&lt;/a&gt;, with a few Python-like touches.&lt;/p&gt;

&lt;h2&gt;
  
  
  Bootstrap story
&lt;/h2&gt;

&lt;p&gt;The current compiler is the Stage 2 compiler (there were previously Stage 0 and Stage 1 compilers) and is independent from the previous implementations.&lt;/p&gt;

&lt;p&gt;Before every release, the compiler is tested and built through GitHub Actions. The release pipeline then generates assembly sources for each supported target and stores them in a separate repository. These generated sources are later used to build the next compiler release, continuing the bootstrap process.&lt;/p&gt;

&lt;h2&gt;
  
  
  Easy to learn
&lt;/h2&gt;

&lt;p&gt;As mentioned before, Donna takes heavy inspiration from Gleam, so it is relatively easy to pick up and build a small project over a weekend.&lt;/p&gt;

&lt;p&gt;Donna is intentionally small and aims to stay that way. The vision is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;small language&lt;/li&gt;
&lt;li&gt;great developer experience&lt;/li&gt;
&lt;li&gt;native binaries that are easy to distribute&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Where Donna is strong
&lt;/h2&gt;

&lt;p&gt;In my opinion, some of Donna’s strongest points are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Successfully self-hosted (the Donna compiler is written in Donna)&lt;/li&gt;
&lt;li&gt;QBE supports the full C ABI, making FFI in Donna very straightforward&lt;/li&gt;
&lt;li&gt;Clean and pleasant syntax&lt;/li&gt;
&lt;li&gt;Native binaries&lt;/li&gt;
&lt;li&gt;Statically typed&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Visit us
&lt;/h2&gt;

&lt;p&gt;If you want to check Donna out, try it, discuss it, contribute, or simply follow the project, you can find it here:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/donna-lang" rel="noopener noreferrer"&gt;https://github.com/donna-lang&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Website: &lt;a href="https://donna-lang.org" rel="noopener noreferrer"&gt;https://donna-lang.org&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
