From ... From: Erik Naggum Subject: Re: CAR, CADR, etc. vs FIRST, SECOND... (was Re: Please help (syntax problems?)) Date: 1999/02/25 Message-ID: <3128952083733849@naggum.no>#1/1 X-Deja-AN: 448375635 References: <36D0789B.F06D62FD@top.cis.syr.edu> <7aqd19$ob1$1@news.hal-pc.org> <36D0EC7A.D1284BD2@fisec.com> <87zp66kf4f.fsf_-_@2xtreme.net> <678qvh1j.fsf@lambda.uaa.alaska.edu> mail-copies-to: never Organization: Naggum Software; +47 8800 8879; http://www.naggum.no Newsgroups: comp.lang.lisp * crippenj@saturn.math.uaa.alaska.edu (James A. Crippen) | Hear, hear! Every time I try using FIRST or somesuch as a function arg I | get funny feelings about namespace problems and rename it. I know I can | get away with it but there's always the chance... Common Lisp doesn't suffer from the namespace problems of Scheme, so the issue simply doesn't arise if you use the symbols for variables. #:Erik