I sense a misunderstanding of transients in this message.

Am Sonntag, 9. Juni 2013 18:51:00 UTC+2 schrieb Steven Degutis:
>
> Thanks for the feedback. I'l look into #1. Regarding #2, we just wanted a 
> side-effecty (mutable) way of adding assertion-results within a test. I 
> suppose I could use (trans []) and let users use conj! although the fact 
> that transient keeps saying "alpha, use at your own risk" concerns me a bit.
>
>
Transients are supposed to be used like their normal counterparts: in a 
functional way. So you won't get around a reference type. Transients are a 
pure optimisation when constructing a data structure. They are not intended 
as faster drop-in replacement.

Kind regards
Meikel
 

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