clojure-tco icon indicating copy to clipboard operation
clojure-tco copied to clipboard

Full binding forms unsupported

Open cjfrisz opened this issue 11 years ago • 0 comments

Binding forms, such as argument lists for fn expressions of bindings for let are expected to be simple variables in clojure-tco. For example, vector destructuring isn't supported, i.e.

(let [[fst snd] (vector 1 2)]
  (+ fst snd))

cjfrisz avatar Dec 13 '13 01:12 cjfrisz