<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Kit Programming Language Blog</title>
    <link>https://kit-lang.org/blog.html</link>
    <description>News, updates, and articles about the Kit programming language.</description>
    <language>en-us</language>
    <lastBuildDate>Sun, 05 Apr 2026 00:00:00 -0400</lastBuildDate>
    <atom:link href="https://kit-lang.org/rss.xml" rel="self" type="application/rss+xml" />

    <item>
      <title>Artemis II Tracking in Kit</title>
      <link>https://kit-lang.org/blog/2026-04-04-artemis-ii-tracking-in-kit.html</link>
      <guid>https://kit-lang.org/blog/2026-04-04-artemis-ii-tracking-in-kit.html</guid>
      <pubDate>Sat, 04 Apr 2026 00:00:00 -0400</pubDate>
      <description><![CDATA[A look at the standalone Artemis II tracker built in Kit with raylib, projected mission data, custom file imports, and optional live NASA telemetry.]]></description>
    </item>

    <item>
      <title>Kit Updated: 2026.4.4.5</title>
      <link>https://kit-lang.org/blog/2026-04-04-kit-updated.html</link>
      <guid>https://kit-lang.org/blog/2026-04-04-kit-updated.html</guid>
      <pubDate>Sat, 04 Apr 2026 00:00:00 -0400</pubDate>
      <description><![CDATA[A summary of the <code>2026.4.4.5</code> release, covering the new full-release-string behavior for <code>Kit.version</code> and the final website/playground sync for the current compiler version.]]></description>
    </item>

    <item>
      <title>Kit Updated: 2026.4.3</title>
      <link>https://kit-lang.org/blog/2026-04-03-kit-updated.html</link>
      <guid>https://kit-lang.org/blog/2026-04-03-kit-updated.html</guid>
      <pubDate>Fri, 03 Apr 2026 00:00:00 -0400</pubDate>
      <description><![CDATA[A summary of the <code>2026.4.3</code> release, covering the macOS cross-build fix for Linux hosts and the updated release metadata now reflected across the site and playground.]]></description>
    </item>

    <item>
      <title>Kit Updated: 2026.4.2</title>
      <link>https://kit-lang.org/blog/2026-04-02-kit-updated.html</link>
      <guid>https://kit-lang.org/blog/2026-04-02-kit-updated.html</guid>
      <pubDate>Thu, 02 Apr 2026 00:00:00 -0400</pubDate>
      <description><![CDATA[A summary of the <code>2026.4.2</code> release, covering FFI package scaffolding, native linking support, wrapper diagnostics, and release metadata tooling updates.]]></description>
    </item>

    <item>
      <title>Kit Updated: 2026.3.30</title>
      <link>https://kit-lang.org/blog/2026-03-30-kit-updated.html</link>
      <guid>https://kit-lang.org/blog/2026-03-30-kit-updated.html</guid>
      <pubDate>Mon, 30 Mar 2026 00:00:00 -0400</pubDate>
      <description><![CDATA[A summary of the <code>2026.3.30</code> release, covering the new WASM REPL command support, backend and runtime hardening work, and the exact changelog linked to GitLab commits.]]></description>
    </item>

    <item>
      <title>Data Manipulation in Kit Compared to R, Python, Polars, and Julia</title>
      <link>https://kit-lang.org/blog/2026-03-24-data-manipulation-in-kit-compared-to-r-python-polars-and-julia.html</link>
      <guid>https://kit-lang.org/blog/2026-03-24-data-manipulation-in-kit-compared-to-r-python-polars-and-julia.html</guid>
      <pubDate>Tue, 24 Mar 2026 00:00:00 -0400</pubDate>
      <description><![CDATA[A practical side-by-side look at common dataframe tasks in <code>kit-dataframe</code>, <code>dplyr</code>, <code>pandas</code>, <code>Polars</code>, and Julia DataFrames, including Kit's lazy expression system and preloaded REPLs.]]></description>
    </item>

    <item>
      <title>kit-dataframe Verified on Ubuntu</title>
      <link>https://kit-lang.org/blog/2026-03-20-kit-dataframe-verified-on-ubuntu.html</link>
      <guid>https://kit-lang.org/blog/2026-03-20-kit-dataframe-verified-on-ubuntu.html</guid>
      <pubDate>Fri, 20 Mar 2026 00:00:00 -0400</pubDate>
      <description><![CDATA[<code>kit-dataframe</code> has been verified on Ubuntu. This post covers the package capabilities, Linux verification notes, and starter dataframe workflows in Kit.]]></description>
    </item>

    <item>
      <title>Introducing Active Patterns in Kit</title>
      <link>https://kit-lang.org/blog/2026-03-07-active-patterns.html</link>
      <guid>https://kit-lang.org/blog/2026-03-07-active-patterns.html</guid>
      <pubDate>Sat, 07 Mar 2026 00:00:00 -0500</pubDate>
      <description><![CDATA[We're excited to announce that Active Patterns have arrived in Kit! This powerful feature, inspired by F#'s active patterns, allows you to define reusable, composable pattern matching logic that integrates seamlessly with Kit's existing match expressions.]]></description>
    </item>

    <item>
      <title>Kit Numbers Every Programmer Should Know</title>
      <link>https://kit-lang.org/blog/2026-01-26-kit-numbers.html</link>
      <guid>https://kit-lang.org/blog/2026-01-26-kit-numbers.html</guid>
      <pubDate>Mon, 26 Jan 2026 00:00:00 -0500</pubDate>
      <description><![CDATA[Performance benchmarks for common operations in Kit. Learn how fast basic operations, string manipulation, list operations, map access, pattern matching, and more perform in compiled Kit binaries.]]></description>
    </item>

    <item>
      <title>How Does Kit Stack Up? Performance vs Go, Rust, Zig, and More</title>
      <link>https://kit-lang.org/blog/2026-01-17-kit-vs-other-languages.html</link>
      <guid>https://kit-lang.org/blog/2026-01-17-kit-vs-other-languages.html</guid>
      <pubDate>Sat, 17 Jan 2026 00:00:00 -0500</pubDate>
      <description><![CDATA[We benchmarked Kit against Go, Rust, Zig, V, Crystal, Nim, Node.js, Python, and Ruby. See how Kit performs in recursive function calls and floating-point arithmetic with interactive D3.js visualizations.]]></description>
    </item>
  </channel>
</rss>
