Can getf use equal for comparison instead of eq? (common lisp)

Posted by Michael Minerva on Stack Overflow See other posts from Stack Overflow or by Michael Minerva
Published on 2010-06-10T18:16:50Z Indexed on 2010/06/10 18:23 UTC
Read the original article Hit count: 140

Filed under:

I am wondering if there a way that I can force getf to compare using equal instead of eq? I am using the ccl implementation of common lisp.

© Stack Overflow or respective owner

Related posts about common-lisp