Skip to content

Instantly share code, notes, and snippets.

@jjconti
Created June 25, 2015 14:09
Show Gist options
  • Select an option

  • Save jjconti/054e15b5a9a07ecadf33 to your computer and use it in GitHub Desktop.

Select an option

Save jjconti/054e15b5a9a07ecadf33 to your computer and use it in GitHub Desktop.

Revisions

  1. jjconti created this gist Jun 25, 2015.
    6 changes: 6 additions & 0 deletions gistfile1.clj
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    user=> (def d {:a 1 :b 2 :c 3})
    #'user/d
    user=> (:b d)
    2
    user=> (d :b)
    2