Hi,
I found this old post:

http://groups.google.com/group/clojure/browse_thread/thread/45e118a638a5af8e/02eab5ae0d9023ff?lnk=gst&q=binding+destructuring#02eab5ae0d9023ff

And was wondering what is the status of Stephen's patch?

Is there a reason why clojure/binding does not support destructuring
in its argument list?

(binding [[a b] [1 2]]
  (println a b))

gives:
 java.lang.ClassCastException: clojure.lang.PersistentVector cannot be
cast to clojure.lang.Symbol (NO_SOURCE_FILE:7)


Thanks for the help
  -Patrick

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to