Skip to content

Instantly share code, notes, and snippets.

@MayDaniel
Created September 27, 2010 15:10
Show Gist options
  • Save MayDaniel/599186 to your computer and use it in GitHub Desktop.
Save MayDaniel/599186 to your computer and use it in GitHub Desktop.
(deftype Foo []
clojure.lang.IFn
(invoke [_] (+ 1 2)))
((Foo.))
;; => 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment