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

What should LAST of an atom do?



I don't feel very strongly about this, but I would go for (LAST NIL) ==>
NIL and LAST of any other atom being an error.  This is nice to
implement and feels right to me, given that (CDR NIL) ==> NIL and
(CDR non-null-atom) is an error.