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

Re: remove



In article <poeck-011292103608@wina65.informatik.uni-wuerzburg.de> poeck@informatik.uni-wuerzburg.de (karsten poeck) writes:
>In article <19411.9211271603@subnode.aiai.ed.ac.uk>,
>
>Shoudn't this be (sort (remove nil (copy-list x)) #'<), since remove could
>destroy x?
>

Nope, REMOVE is a non-destructive operation.

Pete.