Skip to content

Instantly share code, notes, and snippets.

@abp
Created November 20, 2012 01:55
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 abp/4115467 to your computer and use it in GitHub Desktop.
Save abp/4115467 to your computer and use it in GitHub Desktop.
fnk with qualified symbols
(macroexpand '(fnk [a/b] (+ 1 a/b))) ; =>
(clojure.core/with-meta
(clojure.core/fn [{:or {}, a$b2238 :a/b}] (+ 1 a$b2238))
{:req-deps [:a/b], :opt-deps []})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment