[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: self reproducing code



Date: Tue, 19 May 87 15:39:42 MDT
From: carr@orion.utah.edu (Harold Carr)
To: kessler@orion.utah.edu
Subject: Fun stuff
Cc: pass@orion.utah.edu

Here's one everyone has already probably seen, but I forgot about it.
What does the following evaluate to?


((lambda (x) (list x (list (quote quote) x)))
 (quote (lambda (x) (list x (list (quote quote) x)))))


Great problem for Bob's Lisp class.

Harold