Skip to content

Instantly share code, notes, and snippets.

@iyahoo
Created December 13, 2016 10:29
Show Gist options
  • Save iyahoo/ef0afd7eb48fc8e1c8eab77e6e76ba43 to your computer and use it in GitHub Desktop.
Save iyahoo/ef0afd7eb48fc8e1c8eab77e6e76ba43 to your computer and use it in GitHub Desktop.
clozureeee
(let ((z 5))
(let ((f (lambda (x) (+ x z))))
(let ((z 3))
(funcall f 3))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment