A neatly typeset version of McCarthy's "Micro-Manual For Lisp" (1978) [pdf] (github.com) 31 points by agumonkey 10y ago ↗ HN
[–] zerker2000 10y ago ↗ Love the quine "difficult mathematical type exercise". I wonder if there's a better solution than the naive: ((lambda (src) (cons (cons (quote lambda) (cons (quote (src)) src) (cons (quote quote) src) (quote (cons (cons (quote lambda) (cons (quote (src)) src) (cons (quote quote) src) )
2 comments
[ 2.6 ms ] story [ 15.1 ms ] thread