Subject: Re: Trying to access SLOT-VALUEs in a LOOP
From: rpw3@rpw3.org (Rob Warnock)
Date: Fri, 15 Aug 2008 08:47:03 -0500
Newsgroups: comp.lang.lisp
Message-ID: <dYCdne3uqbdKFTjVnZ2dnUVZ_rvinZ2d@speakeasy.net>
Pascal J. Bourguignon <pjb@informatimago.com> wrote:
+---------------
| So what you mean is that
| (list) -> NIL
| and:
| NIL === ()
+---------------

And, of course:

    (list nil) ==> (nil)      ; === (cons nil nil)


-Rob

-----
Rob Warnock			<rpw3@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607