Skip to content

Instantly share code, notes, and snippets.

@solson
Created January 4, 2010 23:06
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 solson/268952 to your computer and use it in GitHub Desktop.
Save solson/268952 to your computer and use it in GitHub Desktop.
17:04:38 <scott> lists are [1,2,3,4]
17:04:47 <scott> maps are {one: 1, two: 2}
17:04:57 <scott> omaps are [one: 1, two: 2]
17:05:02 <scott> sets are {1,2,3,4}
17:05:34 <scott> key: value shows mapping and []/{} shows ordering/unordering
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment