6 ms·
I don't speak for everyone but the reason I see lisp code as unreadable is that most of what I've seen is written like your example. That is, there is some inde
by DisposaBoy 16y ago
I don't speak for everyone but the reason I see lisp code as unreadable is that most of what I've seen is written like your example. That is, there is some indentation which helps, but it's as-if the coder is afraid to utilise vertical space so they put all the closing brackets on the same line, most of the opening ones in the middle of some lines. With that kind of formatting (for me at-least), it's not immediately clear which.