The extremely regular syntax of Lisp makes it easy to learn and easy to parse. Unfortunately, it also makes it hard to read. Needing to read full words in order to tell if you're inside a block, a data structure or a list of function arguments is not a good thing. The ease of skimming source code is about usability, not cosmetics.