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

-- 
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