On Wed, May 2, 2012 at 10:15 PM, Sean Corfield <seancorfi...@gmail.com> wrote: > I think the problem is that "good" Clojure style is still evolving and > a lot of the libraries were started a while ago before the "no dynamic > variables" guideline really took hold. That's to be expected in a new > and evolving language.
I wouldn't say "no dynamic variables" is necessarily a good recommendation, just "don't force users to use dynamic variables". On the Clojure wiki, the "Library Coding Standards" has this piece of advice: If you present an interface that implicitly passes a parameter via dynamic binding (e.g. db in sql), also provide an identical interface but with the parameter passed explicitly. -Phil -- 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