Clojure如何确定匿名函数(使用#...符号创建)期望的参数数量?
#...
user=> (#(identity [2]) 14) java.lang.IllegalArgumentException: Wrong number of args (1) passed to: user$eval3745$fn (NO_SOURCE_FILE:0)
arguments clojure anonymous-function
anonymous-function ×1
arguments ×1
clojure ×1