• @onlinepersona
    link
    English
    79 months 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.