On Fri, Apr 30, 2010 at 1:32 AM, gary ng <garyng2...@gmail.com> wrote:
> > > On Thu, Apr 29, 2010 at 9:11 PM, Meikel Brandmeyer <m...@kotka.de> wrote: > >> >> c.c.string is not designed to be used like that. Use require plus an >> alias: (require '[clojure.contrib.string :as s]). Then repeat is the >> core repeat and s/repeat is the string repeat. >> >> What would be the use case of 'use' then ? As this is not the first time I > have encountered this kind of symbol conflict. So naturally, I would follow > your advice of using require and ':as'. > My rule of thumb is: use + :only require + :as -- 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