Re: delete command weirdness



You know, it occurred to me that an implementation could copy the car
and cdr of the second cons cell into the car and cdr of the first cons
cell -- that would be cute.

Of course we are still not operating on "testing" itself, we just
happen in this case to create that illusion via mutation.

I hope this confuses things. :)


This is exactly the behavior I was asking about. I initially didn't
understand why delete wouldn't do something like this. I now know that
this sort of behavior isn't the concern of delete

However it became obfuscated in the storm of people calling me a clown
and whatnot.

-Nat
.



Relevant Pages

  • Re: delete command weirdness
    ... and cdr of the second cons cell into the car and cdr of the first cons ... cell -- that would be cute. ... Except that it wouldn't work on one-element lists. ...
    (comp.lang.lisp)
  • Re: delete command weirdness
    ... and cdr of the second cons cell into the car and cdr of the first cons ... cell -- that would be cute. ...
    (comp.lang.lisp)
  • WTD: some way for built-in cdr burning to zip files automatically
    ... Is there a trick I haven't found with searching? ... But looking at the under-side of the cdr shows this is filling up ... Or if there is a way to put a cute little script into the right click ...
    (microsoft.public.windowsxp.general)

Loading