Name: Anonymous 2014-10-19 2:40
#1=(lambda () (car #1#)) is turned into
(lambda nil #1=(car (lambda nil #1#)))
which works the same, but has two more elements, am i correct? why does this happen?
(lambda nil #1=(car (lambda nil #1#)))
which works the same, but has two more elements, am i correct? why does this happen?