clojure-tco
clojure-tco copied to clipboard
Full binding forms unsupported
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))