From ... From: Erik Naggum Subject: Re: Dangling Closing Parentheses vs. Stacked Closing Parentheses Date: 2000/03/29 Message-ID: <3163347243776063@naggum.no>#1/1 X-Deja-AN: 603996772 References: <38DBE821.F64C2B22@genworks.com> <3163031395198264@naggum.no> <8bneig$6s8$4@ssauraaa-i-1.production.compuserve.com> <3163274599898094@naggum.no> <8bsgr1$ett$4@ssauraaa-i-1.production.compuserve.com> mail-copies-to: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: newsmaster@eunet.no X-Trace: oslo-nntp.eunet.no 954360189 28023 195.0.192.66 (29 Mar 2000 20:03:09 GMT) Organization: Naggum Software; vox: +47 8800 8879; fax: +47 8800 8601; http://www.naggum.no User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.5 Mime-Version: 1.0 NNTP-Posting-Date: 29 Mar 2000 20:03:09 GMT Newsgroups: comp.lang.lisp * "Anthony Cartmell" | 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