I get your point, but Java's LinkedBlockingQueue is mutable. Of course, I should replace it with a plain sequence or Clojure's persistent queue but I really want the blocking semantics. That's tomorrow's job :).
On 10 May 2013 15:37, Jim - FooBar(); <[email protected]> wrote: > On 10/05/13 14:20, Colin Yates wrote: > > This is all about changing my mindset from 15-odd years of Java dev by > learning from others, so let's give it a go. Years of enterprise Java dev > have gotten their cynical, 'data is precious and should be hidden away', > 'other devs will do the wrong thing' etc. claws into me though, so it is > with trepidation I set out on this gloriously liberating new path :). > > > the mindset you're describing is a direct consequence of unrestrained > mutability ...nothing bad can happen to your *immutable* clojure data > :)... very liberating indeed! > > Jim > > -- > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to a topic in the > Google Groups "Clojure" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/clojure/D2OBBPTxGfY/unsubscribe?hl=en. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit 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 [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
