Comment on Which programming language is hard to understand?

onlinepersona@programming.dev ⁨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.

source
Sort:hotnewtop