You can see the reason for this behavior by expanding the let into a let*: (macroexpand-1 '(let [[a b] arr] (+ a b))) ;;=> (let* [vec__1 arr ; ...
確定! 回上一頁