Subject: Re: Dangling Closing Parentheses vs. Stacked Closing Parentheses
From: Erik Naggum <erik@naggum.no>
Date: 2000/03/29
Newsgroups: comp.lang.lisp
Message-ID: <3163347243776063@naggum.no>

* "Anthony Cartmell" <AJCartmell@csi.com>
| Lisp (as I now understand) uses many deep nested lists, and large-multiple
| consecutive close parens are very common.  Lisp does not tend to use long
| list forms (except perhaps cond and case) so inserting removing items in
| lists is not often done, and dangling parens therefore have little use.

  um, excuse me, but what do you think Lisp code is made of?  there is no
  point at all to make the artificial differences you seem to want to make.

#:Erik