help-gnu-emacs
[Top][All Lists]
Advanced

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

RE: Adding Lists/Sequences


From: Drew Adams
Subject: RE: Adding Lists/Sequences
Date: Wed, 24 Sep 2008 07:50:48 -0700

>> explain when it is good (if it is) to use these destructive functions.
>
> Generally, speed.  Non-destructive operations often create 
> or copy a lot of new cons cells.

Or when you want to share Lisp structure. A special case is a circular
structure, which shares part(s) of itself with itself.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]