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

Issue: COPY-SYMBOL-PRINT-NAME



It is suggested in CLtL that an implementation might copy symbol names
into a readonly area.  There is a comment in the defintion of
MAKE-SYMBOL saying that (EQ S (SYMBOL-NAME (MAKE-SYMBOL S))) might be
false.  I think this proposal just extends that allowance to
COPY-SYMBOL.

Personally, I've never seen a program that *used* COPY-SYMBOL.