What about copy-list
(setf x ‘(a b c))
(setf y (copy-list x))
a
b
c
nil
x
y
Previous slide
Next slide
Back to first slide
View graphic version