Może obecnie #COBOL nie jest już tak żywym tematem w rozmowach informatyków jak kiedyś, ale nadal jest to technologia, która teoretycznie jest wymarła, ale w praktyce... ciągle trzeba ją utrzymywać. A czasem opowiadać sobie o niej niestworzone historie. Jak to z nim jest?
https://codeaura.ai/why-cobol-code-still-dominates-and-what-that-means-for-your-it-strategy/

Discover why COBOL remains central to banking, healthcare, and government systems in 2025. Learn how to manage legacy risk, talent gaps, and modernization with AI-driven strategies that future-proof your IT environment.
Quelques lignes de #cobol, pour le fun du lundi soir :
IDENTIFICATION DIVISION.
PROGRAM-ID. PATATE.
PROCEDURE DIVISION.
DISPLAY "Hello, World !".
STOP RUN.
Quand je me rappelle de la complexité d'avoir un compilateur COBOL, à l'époque, alors qu'il suffit à présent d'un petit :
brew install gnucobol
cblc -x main.cbl
./main
... #nostalgie
Since there's no ALT text: The image shows a room with dinosaurs seated at desks, busily operating modern-looking computer equipment.
Everyone's rewriting the world in Rust, except the world.
We still run banks on COBOL, kernels on C, and dreams on YAML. Rust is great. But not everywhere.
You don't rebuild civilisation because a new hammer came out, right? Maybe you would, in this case, this post could be something cool for you to read:
https://jeferson.me/blog/2025/10/31/are-we-rust-yet/
#Cobol #Coding #Dev #Developer #Engineer #Engeneering #Linux #Performance #Programming #Rustlang #SoftwareEngineering #WebDev #Rust
Everyone's rewriting the world in Rust, except the world. We still run banks on COBOL, kernels on C, and dreams on YAML. Rust is great. But not everywhere. You don't rebuild civilization because a new hammer came out. Sometimes performance isn't the bottleneck, it's your team, your CTO, or your ego. So before you rewrite your CRM in Rust 'for safety' maybe ask if we really need it.