Created
July 14, 2015 18:56
-
-
Save offby1/732142f252eef432b4c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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