On Thu, Oct 18, 2012 at 1:55 PM, Alan Malloy <[email protected]> wrote: > It's rare to get tired of this, because nobody does it: it's not > common because your interleaved statements are side-effecting only, > which is not encouraged in Clojure, and rarely needed. Certainly > sometimes it's the best way to do something, but not so often that I'd > become frustrated; if anything, having to write such irritating code > can serve as a good reminder that I shouldn't have so many > unrestrained side effects scattered through my logic.
It isn't side effecting it is sequencing. -- 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
