home *** CD-ROM | disk | FTP | other *** search
- From: pld@hpfcso.FC.HP.COM (Paul Dineen)
- Newsgroups: alt.sources
- Subject: Re: Re2: Small introspective program
- Message-ID: <8300001@hpfcso.FC.HP.COM>
- Date: 17 Mar 91 01:06:06 GMT
-
- > (Btw, what about lisp's shortest self-repro programs "T", "0", "1", "2", ...)
-
- ((lambda (x) (list x
- (list (quote quote) x)))
- (quote (lambda (x)
- (list x
- (list (quote quote) x)))))
-
- -- Will Clinger
-