you're right, I somehow didn't read what he was using it for, just looked
at the examples he gave and assumed generic var

In a way I'm in his shoes, but I always assumed that the user would use
binding even if that meant encompassing the whole program in it. Like if
you wanted to disable asserts  ok bad example since set! works for this
too, but I have something like that and I was ok with the idea that the
user would use binding around the whole code to set that.
 Maybe I should consider other alternatives... but now I can't think:)


On Thu, May 16, 2013 at 3:01 PM, Jim <jimpil1...@gmail.com> wrote:

> On 16/05/13 12:52, AtKaaZ wrote:
>
>> why not ref and dosync?
>>
>
> a bit heavyweight isn't it?
>
> A bit off topic but I remember when Clojure came out, STM was the big
> selling point! I've been programming Clojure for more than 3 years now and
> I've yet to write code that uses STM but that wasn't intentional...I just
> did not need to (slightly ironic I find)... :)
>
> dynamic scope is another story though...I very much intentionally stayed
> away from it!
>
> Jim
>
>
> --
> --
> 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+unsubscribe@**googlegroups.com<clojure%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/**group/clojure?hl=en<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+unsubscribe@**googlegroups.com<clojure%2bunsubscr...@googlegroups.com>
> .
> For more options, visit 
> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
> .
>
>
>

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