Skip to content

Instantly share code, notes, and snippets.

@offby1
Created July 14, 2015 18:56
Show Gist options
  • Select an option

  • Save offby1/732142f252eef432b4c6 to your computer and use it in GitHub Desktop.

Select an option

Save offby1/732142f252eef432b4c6 to your computer and use it in GitHub Desktop.
(let ((thelist '(test 2)))
(flet ((test (x) (+ x x)))
(eval thelist)))
4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment