Path: utzoo!attcan!uunet!ncrlnk!ncrcae!hubcap!gatech!bloom-beacon!AIC.NRL.NAVY.MIL!hoey From: hoey@AIC.NRL.NAVY.MIL (Dan Hoey) Newsgroups: comp.lang.scheme Subject: Automatic programming Message-ID: <8810121743.AA19260@aic.nrl.navy.mil> Date: 12 Oct 88 17:43:58 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 10 My favorite version of the LAMBDA self-reproducer is ((LAMBDA (LAMBDA) `(,LAMBDA ',LAMBDA)) '(LAMBDA (LAMBDA) `(,LAMBDA ',LAMBDA))) though SCHEMErs will have to forgo the pun. There is also (format t "~A~:*~S)" "(format t \"~A~:*~S)\" ") Dan