Re: CONS cell lists

Donald Beaudry (don@vicorp.com)
Wed, 6 Apr 94 10:26:37 EDT

You made the comment that lisp lists are immutable. Is this really
true? I know that in the more common uses it is often assumed to be
true, but there are standard functions for explicitly setting both the
car and cdr of the cons cell.

So, the implementation I did was very similar to yours, especially
when it came to the memory allocation. But my cons cells are mutable.
In addition to the standard sequence methods I also implemented many
of the other standard lisp functions.

--Don

______ ______
\_\_\_\ /#/#/#/
\_\_\_\ ______
\_\_\_V#/#/#/ Donald Beaudry don@vicorp.com
\_\_/#/#/#/ V. I. Corporation uunet!vicorp!don
\_/#/#/#/ 47 Pleasant Street PHONE: (413) 586-4144
V#/#/#/ Northampton, MA 01060 FAX: (413) 586-3805