Why does adding metadata to a function definition work differently than other forms, in Clojure?

后端 未结 0 1516
有刺的猬
有刺的猬 2020-12-31 07:02

Why does this fail:

(eval (with-meta \'(fn [] 0) {:stack (gensym "overflow")}))
; Syntax error compiling at          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题