>>33
And not only that. The syntax of lisp
is more or less a one-to-one representation of its own abstract syntax tree. Any experienced programmer learns to see past the syntax of any language and knows that a compiler or interpreter transforms the source code into an AST anyway, which will look a lot like lisp, only the set of functions and values will match the semantics of the source language.
Syntax is just eye-candy.