<?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 Sokratous</title>
    <description>The latest articles on DEV Community by Nikolas Sokratous (@nikolas_sokratous_ba3dcce).</description>
    <link>https://dev.to/nikolas_sokratous_ba3dcce</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%2F3066322%2F8983f43e-ac06-40f5-997b-ee680acc52bf.png</url>
      <title>DEV Community: Nikolas Sokratous</title>
      <link>https://dev.to/nikolas_sokratous_ba3dcce</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nikolas_sokratous_ba3dcce"/>
    <language>en</language>
    <item>
      <title>A new language for COBOL workloads, built on GO!</title>
      <dc:creator>Nikolas Sokratous</dc:creator>
      <pubDate>Wed, 05 Nov 2025 20:28:56 +0000</pubDate>
      <link>https://dev.to/nikolas_sokratous_ba3dcce/a-new-language-for-cobol-workloads-built-on-go-1gdo</link>
      <guid>https://dev.to/nikolas_sokratous_ba3dcce/a-new-language-for-cobol-workloads-built-on-go-1gdo</guid>
      <description>&lt;p&gt;I am building an open-source language layer on top of Go, designed specifically for COBOL-style workloads: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Native decimal arithmetic (COBOL-accurate) &lt;/li&gt;
&lt;li&gt;Record structures and copybook compatibility &lt;/li&gt;
&lt;li&gt;Batch jobs and transactional orchestration as first-class constructs&lt;/li&gt;
&lt;li&gt;Sequential / indexed file I/O baked into the runtime &lt;/li&gt;
&lt;li&gt;Compiles through Go for speed, concurrency, and cloud deployability &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Think of it as Kotlin for COBOL, or “COBOL on Go” familiar to mainframe engineers, powerful for modern developers.&lt;/p&gt;

&lt;p&gt;I've been working on testing the compiler with NIST test right now and here are the results so far:&lt;br&gt;
NIST COBOL-85 validation: 77.61% overall (305/393 tests) &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;NC (Core COBOL): 97.89% (93/95) &lt;/li&gt;
&lt;li&gt;SM (Statements): 100% (13/13) &lt;/li&gt;
&lt;li&gt;RL (Relative I/O): 100% (26/26) &lt;/li&gt;
&lt;li&gt;IF (Intrinsic Functions): 100% (45/45) &lt;/li&gt;
&lt;li&gt;IC (CALL): 96% (24/25) &lt;/li&gt;
&lt;li&gt;Compliance tests: 100% passing &lt;/li&gt;
&lt;li&gt;Acceptance tests: 100% passing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I can't find a business case for it so far, so please feel free to share any ideas&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2FCoreBankLang%2FCobGo_community" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2FCoreBankLang%2FCobGo_community" alt="CoreBankLang/CobGo_community" width="" height=""&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cobol</category>
      <category>go</category>
      <category>mainframe</category>
      <category>cloud</category>
    </item>
  </channel>
</rss>
