med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

364
active users

#gnucobol

0 posts0 participants0 posts today

Ok, it was easier to find modern programming practices for bash than for #GnuCOBOL - maybe it is more fun with the paid versions of COBOL.

- lint? compiler warnings
- unit tests? Sort of? Couldn't get 'em to work
- package management? where?
- "awesome cobol" directory? more like awesome 404s

github.com/matthewdeanmartin/i

GitHubGitHub - matthewdeanmartin/isopod_cob: Trivial text adventure game to make a basic gnucobol build scriptTrivial text adventure game to make a basic gnucobol build script - matthewdeanmartin/isopod_cob
Replied in thread

@riotnrrd ... We could have a discussion about your opinion of COBOL. Your second point is on target. Developers responsibly write and test COBOL to Java translators and carefully make sure the results are correct (#heirloomcomputing among others). AI is a different matter altogether. GnuCOBOL simply compiles it to C and uses gcc to produce native programs. Our COBOL for GCC (gcobol) will be a GCC - native compiler. Recompilation is often all that is needed.

#GnuCOBOL 3.2 Released After 2+ Years In Development
GnuCOBOL trans-compiles #COBOL code to C and has continued keeping up with COBOL standards. With GnuCOBOL 3.2 there is improved dialect handling and "highly improved" run-times for several statements while also reducing memory use. This GnuCOBOL update also brings fileio improvements, improvements for source-level debugging with GDB and Coredump, and improvements to reproducible builds handling.
phoronix.com/news/GnuCOBOL-3.2