I didn't know about the symbol function.  Thanks!  I just want to call use
on all
of the namespaces in the clojure.contrib jar when starting the repl and this
will
work nicely!

On Mon, Dec 15, 2008 at 1:59 PM, Stuart Sierra
<[email protected]>wrote:

>
> You can do this:
> (apply use (map symbol (list "clojure.contrib.str-utils"
> "clojure.contrib.duck-streams")))
> -Stuart Sierra
>
> On Dec 15, 3:51 pm, "Brian Doyle" <[email protected]> wrote:
> > I have a seq of strings that are namespaces like,
> > ("clojure.contrib.str-utils", "clojure.contrib.duck-streams").
> > I wanted to call the use function on this seq.   I can't seem to do that
> > though.   Any way I can do this or
> > is this just a bad idea?   Thanks.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to