home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3089 < prev    next >
Encoding:
Internet Message Format  |  1991-03-18  |  438 b 

  1. From: pld@hpfcso.FC.HP.COM (Paul Dineen)
  2. Newsgroups: alt.sources
  3. Subject: Re: Re2: Small introspective program
  4. Message-ID: <8300001@hpfcso.FC.HP.COM>
  5. Date: 17 Mar 91 01:06:06 GMT
  6.  
  7. > (Btw, what about lisp's shortest self-repro programs "T", "0", "1", "2", ...)
  8.  
  9. ((lambda (x) (list x
  10.                    (list (quote quote) x)))
  11.  (quote (lambda (x)
  12.                 (list x
  13.                       (list (quote quote) x)))))
  14.  
  15.         -- Will Clinger
  16.