Path: utzoo!attcan!uunet!husc6!bloom-beacon!CS.UTAH.EDU!carr%car From: carr%car@CS.UTAH.EDU (Harold Carr) Newsgroups: comp.lang.scheme Subject: self reproducing code Message-ID: <8810071930.AA25143@car.utah.edu> Date: 7 Oct 88 19:30:30 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 13 A couple of years ago I found an example of self reproducing code. It looked something like: ((lambda (lambda) (list (quote (lambda .... It was an anonymous lambda application which, when evaluated in Common Lisp, would return the exact same for, which could then be evaluated again, always returning the same anonymous application. If anyone has this code please send it to me. Thanks, Harold