Skip to content

Instantly share code, notes, and snippets.

@swannodette
Created January 2, 2014 19:48
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 swannodette/8225403 to your computer and use it in GitHub Desktop.
Save swannodette/8225403 to your computer and use it in GitHub Desktop.
(extend-type number
ICloneable
(-clone [n] (js/Number. n)))
(meta
(specify 1
IMeta
(-meta [_] {:woot true})))
;; => {:woot true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment