Skip to content

Instantly share code, notes, and snippets.

@swannodette
Created January 25, 2013 17:16
Show Gist options
  • Save swannodette/4636217 to your computer and use it in GitHub Desktop.
Save swannodette/4636217 to your computer and use it in GitHub Desktop.
(defn bag [store]
(reify
Object
(add [this x] (.push store x))
(print [this x] (.log js/console store))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment