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

lexical list



if `(,+) expands to (list +), does
(let ((list (lambda args (write "hello"))))
  `(,+))
also write "hello"?
Is this a bug or a feature?
... Dan