Carson
unread,Mar 17, 2011, 6:04:42 AM3/17/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clo...@googlegroups.com
In Clojure 1.2, I tried this:
(read-string
(binding [*print-dup* true]
(print-str (subvec [1 2 3] 1))))
But I get a java.lang.IllegalArgumentException: No matching method found: create
I had something else print-dup'ed out onto disk and when I read it back in it gave me that error. I just search and replaced clojure.lang.APersistentVector$SubVector/create with vec in the file and then it was okay, I guess.
What's going on?
Thanks,
Carson