Why does '(||()) return (||( NIL) in Lisp? That's not even a balanced set of "()"'s !! Even '(||) comes back as (||() the CAR of which is || and cdr is NIL ... the extra "(" seems to just get printed. It is evidentally not really there.