(defun last_name_first (name_list) (cons (third name_list) (cons (first name_list) (cons (second name_list) nil))))