I was really interested in lisps for a couple of years, but eventually I came to the conclusions: it's just hard to read. I know they say "the parens disappear" but even if that is the case, it simply requires you to jump around the expression holding lots of context in your head. I'm a fan of code that mostly reads top-to-bottom, left-to-right.
reikonomusha|17 days ago
Avshalom|17 days ago
Haskell and OCaml are, by comparison, not very nested.
FranklinJabar|17 days ago
Programs are rarely linear; why do you expect code to be?