Name: Anonymous 2011-05-30 10:29
R7RS will have EXCEPTIONS. Does it mean Scheme is ready for enterprise now?
(call-with-current-continuation
(lambda(bump)
(fuck '(this thread))))
(setq lexical-binding t)
(let ((x nil))
(let ((f (let ((x t))
(lambda () x))))
(funcall f)))
; => t