Fork me on GitHub
#clojure-japan
<
2015-07-15
>
athos01:07:53

あれ、defmacroでも:keys(というか分配束縛)は使えると思いますけど

esehara02:07:34

そうでしたっけ? なんでハマったんだろう……

athos02:07:23

clojure.core/defmacro
([name doc-string? attr-map? [params*] body] [name doc-string? attr-map? ([params*] body) + attr-map?])
Macro
  Like defn, but the resulting function name is declared as a
  macro and will be used as a macro by the compiler when it is
  called.