Given that this is a community about the COBOL programming language, I'd like to take the opportunity to make a post about this project that I'm a part of. Our goal is to create a compiler implementing the ISO 2023 standard of the COBOL language. If you're confused/interested in what that means, please read further.
Why a new COBOL Compiler?
It is often believed that COBOL is an antiquated and archaic language: the logo of this community is literally a dinosaur. But this is not true. Did you that as of the most recent version (ISO 2023), the language has:
objects and classes
generics
concurrent async both locally and remotely (message passing)
Sounds more like a Java or C# than a fossil, doesn't it?
Contribute to otterkit/otterkit development by creating an account on GitHub.
Link Actions
Introducing Otterkit COBOL
Given that this is a community about the COBOL programming language, I'd like to take the opportunity to make a post about this project that I'm a part of. Our goal is to create a compiler implementing the ISO 2023 standard of the COBOL language. If you're confused/interested in what that means, please read further.
Why a new COBOL Compiler?
It is often believed that COBOL is an antiquated and archaic language: the logo of this community is literally a dinosaur. But this is not true. Did you that as of the most recent version (ISO 2023), the language has:
objects and classes
generics
concurrent async both locally and remotely (message passing)
Sounds more like a Java or C# than a fossil, doesn't it?
As the "2023" in "ISO 2023" implies, the language has been evol