clojure-japan

athos 2015-07-15T01:36:53.001457Z

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

esehara 2015-07-15T02:06:34.001458Z

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

esehara 2015-07-15T02:07:16.001460Z

oh

athos 2015-07-15T02:07:45.001462Z

ん?

athos 2015-07-15T02:10:23.001463Z

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.