Hi, On Thu, Apr 29, 2010 at 08:32:12PM -0700, gary ng wrote:
> thanks. Though I found this behavior a bit annoying. What seems to be > happening is that I need to exclude all the symbols that is excluded by > c.c.string again if I use 'use ...' why would 'repeat' all of a sudden > appear again if it is excluded from c.c.string ? does it mean I need to go > through the source each time if I encounter such error ? 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. Sincerely Meikel -- 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