Skip to content

Instantly share code, notes, and snippets.

@flashingpumpkin
Created December 11, 2011 19:18
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 flashingpumpkin/889a2535b84ef1d3b996 to your computer and use it in GitHub Desktop.
Save flashingpumpkin/889a2535b84ef1d3b996 to your computer and use it in GitHub Desktop.
user=> (def myval "foo")
#'user/myval
user=> (get {:foo "bar" :baz "quux"} myval)
nil
@flashingpumpkin
Copy link
Author

(get {"foo" "bar" :baz "quux"} myval)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment