[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Reviving an old discussion about IGNORE



    Date: Fri, 15 Sep 89 16:56:02 EDT
    From: MILLER@vax.cam.nist.gov

    LOOP has always been a bit peculiar. I had forgotten that args named IGNORE was
    not common lisp, but even so it always seemed odd (and somehow illegitimate) that 
    you used NIL for arguments or pattern elements in LOOP that you wanted to ignore.  

LOOP is just using ZL:DESTRUCTURING-BIND, which treats NIL as an empty
list of variables, not a variable named NIL, and ignores values that
match up with it.

                                                barmar