<?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>Cpp on MayaLucIA</title>
    <link>https://mayalucia.dev/tags/cpp/</link>
    <description>Recent content in Cpp on MayaLucIA</description>
    <generator>Hugo -- 0.156.0</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 25 Feb 2026 12:00:00 +0100</lastBuildDate>
    <atom:link href="https://mayalucia.dev/tags/cpp/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>C&#43;&#43; Track: Deployment</title>
      <link>https://mayalucia.dev/modules/mayapramana/cpp/</link>
      <pubDate>Wed, 25 Feb 2026 12:00:00 +0100</pubDate>
      <guid>https://mayalucia.dev/modules/mayapramana/cpp/</guid>
      <description>&lt;p&gt;C++ is the deployment language of MāyāPramāṇa &amp;mdash; the bridge from understanding to hardware. The same Bloch equation solver that runs interactively in Python and type-checks in Haskell must eventually execute in real-time on a Red Pitaya FPGA controlling an actual magnetometer.&lt;/p&gt;
&lt;h2 id=&#34;pure-core--effectful-shell&#34;&gt;Pure Core / Effectful Shell&lt;/h2&gt;
&lt;p&gt;The architecture separates:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Pure core&lt;/strong&gt; &amp;mdash; physics, signal processing, estimation algorithms. No I/O, no global state, no allocations in the hot path. These are the same functions as in Haskell, translated to C++ templates.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Effectful shell&lt;/strong&gt; &amp;mdash; hardware I/O (ADC/DAC), logging, calibration, network communication. Side effects are quarantined at the boundary.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This separation makes the core testable, portable, and comprehensible. The shell adapts to the deployment target (Red Pitaya, desktop simulation, or browser via WebAssembly).&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
