Path: utzoo!attcan!uunet!wuarchive!udel!princeton!phoenix!eliot From: eliot@phoenix.Princeton.EDU (Eliot Handelman) Newsgroups: comp.lang.lisp Subject: Re: novice question Message-ID: <3333@idunno.Princeton.EDU> Date: 14 Oct 90 02:24:18 GMT References: <90285.160549JEFHC@CUNYVM.BITNET> <3315@idunno.Princeton.EDU> Sender: news@idunno.Princeton.EDU Organization: Shitson University, New Crapsey Lines: 20 In article yonezawa@cs.uiuc.edu (Noritake Yonezawa) writes: ;In article <3315@idunno.Princeton.EDU> eliot@phoenix.Princeton.EDU (Eliot Handelman) writes: ; ;> Try this (long code) ;How about this? ; ;(defun mirror (x) ; (if (atom x) ; x ; (reverse (mapcar #'mirror x)))) ; ;-- ;Noritake Yonezawa [yonezawa@cs.uiuc.edu] Sorry, I keep thinking that one is paid by the paren. --eliot