On Friday, July 12, 2013 12:01:08 AM UTC+2, Sean Corfield wrote:
>
> On Wed, Jul 10, 2013 at 11:00 AM, Vincent <vhenn...@gmail.com<javascript:>> 
> wrote: 
> > I guess I can proxy APersistentVector, but the Clojure docs [1] advise 
> to 
> > use reify in favour to proxy whenever possible. My goal is to have my 
> byte 
> > stream behave like a standard Clojure vector. 
>
> Given the definition of IPersistentVector, I would expect you to need 
> to provide several more method definitions? 
>

Sure. I left my example minimal on purpose so that people can easily see 
the point. Eventually I'll implement the methods of IPersistentVector and 
all its super-interfaces, but I was hoping that I wouldn't have to 
implement java.util.Collection (and its inherently mutable corresponding 
Iterator).


https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/IPersistentVector.java
 
> -- 
> Sean A Corfield -- (904) 302-SEAN 
> An Architect's View -- http://corfield.org/ 
> World Singles, LLC. -- http://worldsingles.com/ 
>
> "Perfection is the enemy of the good." 
> -- Gustave Flaubert, French realist novelist (1821-1880) 
>

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to