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

proposal: eliminate forced consing



Or we might just use the type argument and the new CLOS type EQL:

 (LET ((X (MAKE-STRING 3 :INITIAL-ELEMENT #\a)))
   (EQ (MAP `(EQL ,X) #'CHAR-UPCASE X) X))

:-)

[I have not yet formulated a serious opinion on this issue.]