代替
(let [x 1] (my-expression))
Run Code Online (Sandbox Code Playgroud)
我正在尝试使用:
(let (vector x 1) (my-expression))
Run Code Online (Sandbox Code Playgroud)
不要问为什么,我更喜欢普通的括号.但是Clojure说:
let requires a vector for its binding in ...
Run Code Online (Sandbox Code Playgroud)
怎么了?