[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: DLA at MIT-EECS
- From: Alan Bawden <ALAN at MIT-MC>
- Date: Wed ,21 Jan 81 19:11:00 EDT
- Cc: LISP-FORUM at MIT-MC
Date: 21 Jan 1981 1725-EST
From: Dave Andre <DLA at MIT-EECS>
... (COPYLIST <list> 2) would be the same as the lisp machine
function COPYALIST. I thought that was a reasonable
generalization...
Well, This isn't actually a generalization of anything. If you stop
and think about it you will realize that your interpretation of
"level" has been colored by your interpretation of what the list
structure represents. You think of this as a "list" of "conses", and
thus a 2 level structure, but it might also be thought of as a "list"
of "lists" and different things would be copied.