Skip to content

Instantly share code, notes, and snippets.

@sw-samuraj
Last active March 23, 2017 21:37
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 sw-samuraj/5779aa15507e8defaaef863d0a4e962e to your computer and use it in GitHub Desktop.
Save sw-samuraj/5779aa15507e8defaaef863d0a4e962e to your computer and use it in GitHub Desktop.
An example of Var re-binding (future/global).
(future (def future-var "future var"))
future-var
;; -> "future var"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment