Re: Disobeying jet engines - why?



On Thu, 31 Jan 2008 09:43:57 +0000, Martin Brown wrote:

I challenge the ASM will do everything you need crowd to write a QUINE
(a program which when executed will output itself in sourcecode form) in
their favourite assembler language. I choose to do it in one line of
LISP.

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

10 LIST

Cheers!
Rich

.