Skip to content

Instantly share code, notes, and snippets.

@infinite-Joy
Created June 22, 2017 16:39
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 infinite-Joy/546d222e140ba88e1a0ff2aa8cd2dcce to your computer and use it in GitHub Desktop.
Save infinite-Joy/546d222e140ba88e1a0ff2aa8cd2dcce to your computer and use it in GitHub Desktop.
user=> ;; keys as a function.
user=> (:satyajit-ray fav-filmmakers)
"2 May 1921"
user=> ;; using the get function.
user=> (get fav-filmmakers :satyajit-ray)
"2 May 1921"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment