A new language for COBOL workloads, built on GO!

I am building an open-source language layer on top of Go, designed specifically for COBOL-style workloads:

Native decimal arithmetic (COBOL-accurate)
Record structures and copybook compatibility
Batch jobs and transactional orchestration as first-…


This content originally appeared on DEV Community and was authored by Nikolas Sokratous

I am building an open-source language layer on top of Go, designed specifically for COBOL-style workloads:

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

Think of it as Kotlin for COBOL, or “COBOL on Go” familiar to mainframe engineers, powerful for modern developers.

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

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

I can't find a business case for it so far, so please feel free to share any ideasCoreBankLang/CobGo_community


This content originally appeared on DEV Community and was authored by Nikolas Sokratous


Print Share Comment Cite Upload Translate Updates
APA

Nikolas Sokratous | Sciencx (2025-11-05T20:28:56+00:00) A new language for COBOL workloads, built on GO!. Retrieved from https://www.scien.cx/2025/11/05/a-new-language-for-cobol-workloads-built-on-go/

MLA
" » A new language for COBOL workloads, built on GO!." Nikolas Sokratous | Sciencx - Wednesday November 5, 2025, https://www.scien.cx/2025/11/05/a-new-language-for-cobol-workloads-built-on-go/
HARVARD
Nikolas Sokratous | Sciencx Wednesday November 5, 2025 » A new language for COBOL workloads, built on GO!., viewed ,<https://www.scien.cx/2025/11/05/a-new-language-for-cobol-workloads-built-on-go/>
VANCOUVER
Nikolas Sokratous | Sciencx - » A new language for COBOL workloads, built on GO!. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/11/05/a-new-language-for-cobol-workloads-built-on-go/
CHICAGO
" » A new language for COBOL workloads, built on GO!." Nikolas Sokratous | Sciencx - Accessed . https://www.scien.cx/2025/11/05/a-new-language-for-cobol-workloads-built-on-go/
IEEE
" » A new language for COBOL workloads, built on GO!." Nikolas Sokratous | Sciencx [Online]. Available: https://www.scien.cx/2025/11/05/a-new-language-for-cobol-workloads-built-on-go/. [Accessed: ]
rf:citation
» A new language for COBOL workloads, built on GO! | Nikolas Sokratous | Sciencx | https://www.scien.cx/2025/11/05/a-new-language-for-cobol-workloads-built-on-go/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.