• Papamousse@beehaw.org
    link
    fedilink
    arrow-up
    26
    ·
    2 months ago

    I learnt COBOL (I’m old) it’s a very easy language, you basically talk, for instance to do c=a*b you write:

    MULTIPLY A TO B GIVING C

    and everything is tabbed, but in a good editor like emacs, it’s done automatically pretty well.