Path: utzoo!attcan!uunet!husc6!bloom-beacon!CS.UTAH.EDU!stoller%morgan From: stoller%morgan@CS.UTAH.EDU (Leigh B. Stoller) Newsgroups: comp.lang.scheme Subject: Re: self reproducing code Message-ID: <8810071955.AA04067@morgan.utah.edu> Date: 7 Oct 88 19:55:56 GMT References: <8810071930.AA25143@car.utah.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 17 Date: Tue, 19 May 87 15:39:42 MDT From: carr@orion.utah.edu (Harold Carr) To: kessler@orion.utah.edu Subject: Fun stuff Cc: pass@orion.utah.edu Here's one everyone has already probably seen, but I forgot about it. What does the following evaluate to? ((lambda (x) (list x (list (quote quote) x))) (quote (lambda (x) (list x (list (quote quote) x))))) Great problem for Bob's Lisp class. Harold