Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active May 14, 2017 14:12
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 deque-blog/f51705d1324333b25c753dbe63960af8 to your computer and use it in GitHub Desktop.
Save deque-blog/f51705d1324333b25c753dbe63960af8 to your computer and use it in GitHub Desktop.
(def a 1)
(def b 1)
(log-symbol-values
"Prefix: " ;; Prefix of the log
'[a b] ;; Quoted variables list
[a b]) ;; Values of variables
=> "Prefix: {a 1, b 1}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment