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

[no subject]



(defun foo ((&whole x) y) &whole) then (foo '(a b) 1) => a. But
(defun foo (&whole x) &whole) => infinite recursion.