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

[no subject]



Uh, how about COPYCODE to copy bignums, uninterned symbols, etc. along with
the list structure. Am I correct that you what to be able to do

    (COPYsomethingorother
	    '(LAMBDA (G0001) (IF (ZEROP (- G0001 12345123451234512345))
				 G0001
				 (RPLACHAR "foo" 0
					   (TO-CHARACTER
					    (FORMAT NIL "~D" G0001))))))

and have the various contained constants copied? If so, COPYCODE seems like
maybe what you want to call it. That would leave COPYTREE open for DLW's 
suggestion, and COPY open to some generic copier yet to be discussed.