I am trying to find the even maximums from a list in Lisp.
(defun m(L) (cond ((numberp L) L) ((atom L) most-negative-fixnum) (T (a