2 comments

[ 2.6 ms ] story [ 15.1 ms ] thread
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)
  )