Skip to content

Instantly share code, notes, and snippets.

@danneu
Created March 23, 2013 23:45
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 danneu/5154e5ef758a9eef2180 to your computer and use it in GitHub Desktop.
Save danneu/5154e5ef758a9eef2180 to your computer and use it in GitHub Desktop.
(def guild-members
{:warriors [{:name "Bansir"
:hp 100
:favorite-color "orange"}]
:mages [{:name "Lorir"
:hp 55
:favorite-color nil}]
:bards []})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment