<?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: Corey Tasz</title>
    <description>The latest articles on DEV Community by Corey Tasz (@ceedotrock).</description>
    <link>https://dev.to/ceedotrock</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%2F4130326%2F401341d4-82f2-4415-b287-26307e5c205b.jpg</url>
      <title>DEV Community: Corey Tasz</title>
      <link>https://dev.to/ceedotrock</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ceedotrock"/>
    <language>en</language>
    <item>
      <title>Refusal as a feature: one source, identical Python/Go/JS — or don’t emit</title>
      <dc:creator>Corey Tasz</dc:creator>
      <pubDate>Thu, 17 Sep 2026 17:45:21 +0000</pubDate>
      <link>https://dev.to/ceedotrock/refusal-as-a-feature-one-source-identical-pythongojs-or-dont-emit-f04</link>
      <guid>https://dev.to/ceedotrock/refusal-as-a-feature-one-source-identical-pythongojs-or-dont-emit-f04</guid>
      <description>&lt;p&gt;Most multi-target / “write once” tools optimize for coverage. If a construct almost maps, they emit something close and hope.&lt;/p&gt;

&lt;p&gt;CuNi does the opposite.&lt;/p&gt;

&lt;p&gt;You write one &lt;code&gt;.cuni&lt;/code&gt; source. The compiler emits to Python, Go, and JavaScript under an &lt;strong&gt;exactness&lt;/strong&gt; contract: identical stdout on all three, or it &lt;strong&gt;refuses&lt;/strong&gt;. There is no approximate mode.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why refuse?
&lt;/h2&gt;

&lt;p&gt;Silent drift is expensive. Teams paper over it with “known differences” docs. CuNi’s product surface is the gate itself:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;cuni check&lt;/code&gt; emits and runs the gated targets and requires matching output&lt;/li&gt;
&lt;li&gt;Free Studio (no install): &lt;a href="https://cuni-studio.fly.dev/" rel="noopener noreferrer"&gt;cuni-studio.fly.dev&lt;/a&gt; — load the default sample → &lt;strong&gt;Run exactness&lt;/strong&gt; → identical py/go/js or refuse → &lt;strong&gt;Publish&lt;/strong&gt; can register a contract on Agent-Rider&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The hosted demo gates the flagship trio (Python / Go / JS). The CLI can exercise a wider list for CI; Studio only promises the seats it actually runs.&lt;/p&gt;

&lt;h2&gt;
  
  
  What this is not
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Not a claim of production maturity (v0.1.x, early)&lt;/li&gt;
&lt;li&gt;Not a Haxe replacement (Haxe optimizes for breadth; we optimize for a refusal property on a small surface)&lt;/li&gt;
&lt;li&gt;Not a ranking story about other languages&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Studio: &lt;a href="https://cuni-studio.fly.dev/" rel="noopener noreferrer"&gt;https://cuni-studio.fly.dev/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Repo: &lt;a href="https://github.com/ceedot-rock/cuni" rel="noopener noreferrer"&gt;https://github.com/ceedot-rock/cuni&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Link tutorial (shared HTTP contracts): &lt;a href="https://github.com/ceedot-rock/cuni/blob/master/docs/LINK_TUTORIAL.md" rel="noopener noreferrer"&gt;https://github.com/ceedot-rock/cuni/blob/master/docs/LINK_TUTORIAL.md&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you have a construct that &lt;em&gt;should&lt;/em&gt; refuse — or one that refuses too eagerly — I want the failing case.&lt;/p&gt;

&lt;p&gt;— Corey Tasz · Slid Phi Labs&lt;/p&gt;

</description>
      <category>programming</category>
      <category>opensource</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
