Path: utzoo!attcan!uunet!husc6!bloom-beacon!KESTREL.ARPA!gyro From: gyro@KESTREL.ARPA (Scott B. Layson) Newsgroups: comp.lang.scheme Subject: self reproducing code Message-ID: <8810120807.AA16036@kestrel.arpa> Date: 12 Oct 88 08:07:26 GMT References: <8810072019.AA25193@car.utah.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 7 Here's a fun variation: write a Lisp function which returns its own defining form (that is, a form EQUAL to the one you typed in to define the function in the first place). My solution to follow. No doubt there are many. -- Scott