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

Re: ASSOC-RASSOC-IF-KEY (Version 1)



I've been unable to find any other implementation (outside of symbolics)
that has ASSOC-IF-KEY.  I looked at Spice, Xerox and VaxLisp. I'm uneasy
saying that the others are "split down the middle" if they aren't. 


I tried to generate a test case. Can you think of something more
illuminating than

(ASSOC-IF #'ZEROP '(("ABC" . 3) ("E"  . 4) ("" . 7)) :KEY #'LENGTH)

  => ("" . 7)