One theory that people often bring up vis-a-vis readability of lisp is that people seem to have a harder time parsing symbols than words (so all the parens makes it harder to look through a file).
Compared to python or coffeescript, it feels like there's a lot less noise
Comments
One theory that people often bring up vis-a-vis readability of lisp is that people seem to have a harder time parsing symbols than words (so all the parens makes it harder to look through a file).
Compared to python or coffeescript, it feels like there's a lot less noise
Another theory is that there are far fewer symbols in Lisp than python or coffeewhatever, making it easier to read.
this is more of a "symbols per line" argument rather than "symbols in the language" argument.
(from coffescript examples)Imagine how many more symbols that would have in any lisp dialect
Erlang, just for fun:
Edit: formatting.Or, if we're going to go with Prolog-inspired syntax, then why not Prolog?
I'm a bit rusty, and I don't have a Prolog interpreter to hand to test, so I might have got some syntax wrong.I'm always amazed that I hardly ever program in Lisp and yet these short snippets are more readable than any other language.
Yes, I've never understood why
is considered so much more readable thanClojure: