Created
January 28, 2015 16:19
-
-
Save Quantisan/e17e6595cb9d0034ac79 to your computer and use it in GitHub Desktop.
sample data structure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(def articles | |
[{:title "3 Langs" :author "boris" :tags #{:java :clojure :haskell}} | |
{:title "mylangs" :author "rocky" :tags #{:ruby :clojure :haskell}} | |
{:title "2 Langs" :author "boris" :tags #{:java :haskell}}]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment