Terry Hancock <[EMAIL PROTECTED]> writes: > I think experienced Lisp programmers must learn to visually parse > the *words* in the Lisp program to determine the structure, but I > find that really unhelpful, myself.
Experienced Lisp programmers use indentation to visually parse the program structure, just like Python programmers do for Python. Experienced Lisp programmers learn to not see the parentheses when they don't need to. When I did a lot of Lisp programming, I often felt that it would be kind of nice to have a version of Lisp that would infer many of the parentheses from indentation, so that you could elide most of them. But then again, the parentheses are very easy for an experienced Lisp programmer to ignore, so such a change would have been a very hard sell. |>oug -- http://mail.python.org/mailman/listinfo/python-list