JPDev@programming.dev to Programmer Humor@programming.dev · 11 months agoInfinite Loopprogramming.devimagemessage-square69fedilinkarrow-up11.35Karrow-down18
arrow-up11.34Karrow-down1imageInfinite Loopprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 11 months agomessage-square69fedilink
minus-squareAnAngryAlpaca@feddit.delinkfedilinkarrow-up13arrow-down1·edit-211 months agoNo wonder COBOL programmers are paid a lot, because what would be a 1-liner for “hello world” in other languages looks like this in Cobol: IDENTIFICATION DIVISION. PROGRAM-ID. IDSAMPLE. ENVIRONMENT DIVISION. PROCEDURE DIVISION. DISPLAY 'HELLO WORLD'. STOP RUN. This is already $6000 worth of code right there!
No wonder COBOL programmers are paid a lot, because what would be a 1-liner for “hello world” in other languages looks like this in Cobol:
IDENTIFICATION DIVISION. PROGRAM-ID. IDSAMPLE. ENVIRONMENT DIVISION. PROCEDURE DIVISION. DISPLAY 'HELLO WORLD'. STOP RUN.
This is already $6000 worth of code right there!