Skip to content

Instantly share code, notes, and snippets.

@webyrd
Created March 8, 2015 03:19
Show Gist options
  • Save webyrd/357084202b420ca843c9 to your computer and use it in GitHub Desktop.
Save webyrd/357084202b420ca843c9 to your computer and use it in GitHub Desktop.
;; run 1 terminates, run 2 diverges
(run 1 (q)
(evalo
`((lambda (append)
((append (quote ,q)) (quote (d e))))
(lambda (l)
(lambda (s)
(fold (lambda (w) (lambda (v) (cons w v))) s l))))
'(a b c d e)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment