#gnucobol
#COBOL : maintenir, migrer… ou repenser ?
Chez OCamlPro, on explore une 3ᵉ voie avec #GnuCOBOL :

✅ Garder le code
✅ Supprimer les licences
✅ S’exécuter sur PC, cloud, containers
✅ Se libérer des dépendances

On mène une étude sur COBOL en 2025 :
form.typeform.com/to/NSuM9Z2r#...
May 20, 2025 at 10:08 AM
If you're a hobbyist, GnuCOBOL is free and open source and available for Linux, Windows, and macOS
March 6, 2025 at 8:30 PM
#COBOL is a lot like riding a bike 😆. I relearned it really quickly once we started working with #gnucobol.
April 10, 2025 at 8:29 PM
Des systèmes critiques en #OpenSource ? Oui, avec #GnuCOBOL
Déjà en prod dans des banques… et à la Direction générale des Finances publiques.

Reprenez le contrôle sur vos systèmes legacy.

📊Donnez votre avis sur l’usage de COBOL en France : lnkd.in/eH8_6UuZ
May 28, 2025 at 1:52 PM
GnuCOBOL is seeing a lot of commercial deployments, such as for banking back-end apps, many of which are being migrated from Micro Focus, with users reporting performance improvements as a result. The French DGFIP federal agency moved from a GCOS mainframe to GnuCOBOL
March 17, 2024 at 5:10 AM
apt-get install gnucobol
September 24, 2024 at 2:00 AM
COBOL was the first programming language that I used in a professional environment. Some people hate it, but I still find it one of the best designed DSLs.

There's a reason it's still around, even as an open source variant called GnuCOBOL.

#COBOL #programming

thenewstack.io/20-years-in-...
20 Years in the Making, GnuCOBOL Is Ready for Industry
GnuCOBOL "has reached an industrial maturity and can compete with proprietary offers in all environments," boasted contributor Fabrice Le Fessant, in a FOSDEM talk.
thenewstack.io
March 17, 2024 at 5:09 AM
Le secret de #GnuCOBOL ?

Il compile vers du C intermédiaire, puis utilise le compilateur C local.

Résultat :
✅ Portabilité maximale
✅ Moins de bugs
✅ Accès aux outils Unix/Linux
✅ Zéro souci de migration

Questionnaire COBOL France 2025 : form.typeform.com/to/NSuM9Z2r
July 4, 2025 at 12:28 PM
Minecraft Server in #cobol

github.com/meyfa/CobolCraft

Surprisingly readable and stays in COBOL most of the time, not too much resorting to C.

#gnucobol

I think it deserves more stars.
GitHub - meyfa/CobolCraft: A Minecraft server written in COBOL
A Minecraft server written in COBOL. Contribute to meyfa/CobolCraft development by creating an account on GitHub.
github.com
December 26, 2024 at 1:11 AM
It's like people talking about modern GnuCobol with best practices applied and saying that those late 1970's Big-Balls-of-Mud are safe by association.

The details matter here.
bsky.app/profile/ulti...
gnuCOBOL let's goo.

> "Compliance-wise, it passed 97% of COBOL 85 conformance tests, a success rate not yet achieved by proprietary vendors, Sobisch boasted. It’s got 19 dialects, including extensions of IBM and Micro Focus."
thenewstack.io/20-years-in-...
20 Years in the Making, GnuCOBOL Is Ready for Industry
GnuCOBOL "has reached an industrial maturity and can compete with proprietary offers in all environments," boasted contributor Fabrice Le Fessant, in a FOSDEM talk.
thenewstack.io
March 19, 2024 at 12:18 AM
GitHub – jmsdnns/webbol: A minimal static web server written in COBOL

A minimal static web server written in COBOL using GnuCOBOL. Serves static files from the current directory Automatic MIME type detection for common file types HTTP status codes: 200 (OK), 403 (Forbidden), 404 (Not Found) Path…
GitHub – jmsdnns/webbol: A minimal static web server written in COBOL
A minimal static web server written in COBOL using GnuCOBOL. Serves static files from the current directory Automatic MIME type detection for common file types HTTP status codes: 200 (OK), 403 (Forbidden), 404 (Not Found) Path traversal attack prevention Clean request logging with full HTTP headers Defaults to index.html for root path requests GnuCOBOL (cobc) compiler POSIX-compatible operating system (Linux, macOS, BSD) make macOS: Ubuntu/Debian: sudo apt-get install gnucobol Fedora/RHEL: sudo dnf install gnucobol Clone or download the repository, then compile: This will compile all modules and create the webserver…
n24usa.com
October 3, 2025 at 3:36 PM
You didn't look very closely at your Wikipedia link, did you? Of the 13 Cobol compilers listed, 4 are cobol standards, not compilers, 5 point to dead links, 2 are H/W proprietary (IBM,MCP), leaving 1, count it, 1 that can be used by anyone. (GnuCobol). And I do not spread mis-information.
March 4, 2025 at 11:11 PM
Rejoignez-nous à FOSDEM 2025 les 1er et 2 février à
Bruxelles ! Rencontrez Fabrice Le Fessant, CEO d’OCamlPro, pour parler #GnuCOBOL, des logiciels open source, des langages de programmation et des langages fonctionnels.🚀

🔗 Plus d'infos : www.fosdem.org/2025/

#FOSDEM2025 #OCaml #LogicielLibre
FOSDEM 2025 - Home
www.fosdem.org
January 28, 2025 at 11:43 AM
Yes, I work both as a COBOL programmer and as a programmer of COBOL (direct on GnuCOBOL, with testing and some input to GCC COBOL and indirect in the ISO COBOL Development Group on the COBOL standards).
April 3, 2025 at 7:09 PM
It probably would be less prone to mistakes if they used GnuCOBOL, as this translates COBOL into C before compiling according to the docs. Not sure whether all possibilities are covered, and you can run it on Gnu/Limux, BSD, Windows or MacOS… Not the mainframes.
March 31, 2025 at 9:14 PM
I do and am fixing a COBOL program which is about dynamic data-caching for a bank which runs GnuCOBOL on GNU/Linux while watching the rest of your video :-)

There are definitely jobs for COBOL on distributed systems, too.
November 26, 2024 at 11:33 AM
GnuCOBOL "has reached an industrial maturity and can compete with proprietary offers in all environments," boasted contributor Fabrice Le Fessant, in a FOSDEM talk.
thenewstack.io/20-years-in-...
20 Years in the Making, GnuCOBOL Is Ready for Industry
GnuCOBOL "has reached an industrial maturity and can compete with proprietary offers in all environments," boasted contributor Fabrice Le Fessant, in a FOSDEM talk.
thenewstack.io
March 16, 2024 at 6:38 PM
@chfour gnucobol
February 7, 2025 at 6:57 PM
GnuCOBOL is fine for the most part.
February 26, 2025 at 8:17 PM
20 Years in the Making, GnuCOBOL Is Ready for Industry
thenewstack.io/20-years-in-...
March 19, 2024 at 7:55 PM