• onlinepersona
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    1 year ago

    Haskell. I’ll just repeat what I said elsewhere: monads are escape hatches to imperative programming. The majority of haskell code I’ve read in projects must’ve been written by imperative programmers who picked up haskell, because there are monads everywhere.

    But the hardest to read are List, then C, then C++. Even PHP is easier to read.