Skip to content

Instantly share code, notes, and snippets.

@lthms
Created June 22, 2018 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lthms/1f0c1ae1d6435bc596abbb75bd42c54d to your computer and use it in GitHub Desktop.
Save lthms/1f0c1ae1d6435bc596abbb75bd42c54d to your computer and use it in GitHub Desktop.
(defvar x 3)
(defvar test (list 'x))
(eval `(setf ,(nth 0 test) 5))
(print x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment