On Mar 3, 11:03 pm, Meikel Brandmeyer <m...@kotka.de> wrote: > Almost correct: > > (use '[clojure.contrib.string :exclude (repeat)])
That did it. Thanks! I finally had to do this to get the whole package to load: user=> (use '[clojure.contrib.string :exclude (repeat butlast reverse get partition drop take)]) I wonder if it would make sense to rename some of those functions to reduce the number of clashes with core. -- 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