On Mon, Dec 8, 2008 at 10:12 AM, Meikel Brandmeyer <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> On 8 Dez., 17:03, "Mark Volkmann" <[EMAIL PROTECTED]> wrote:
>> I'm finding it a little difficult to remember all the allowed
>> permutations. Hopefully over time this will become second nature for
>> me, but I'm not there yet.
>
> I'm sticking mostly with the way in your example. I structure my
> :use and :require parameters for ns normally in using multiple lines.
>
> (ns foo.bar
>  (:use
>    clojure.contrib.def
>    [clojure.contrib.str-utils :only (str-join)]))

Ah ... this reminds me of another question I had. Why is the "use"
function specified with the keyword ":use" when it's inside an ns
function, but not when it is outside an ns function?

> Adding another namespace from clojure.contrib is as easy as
> copying a line and changing the last part. Since this kind of
> code isn't touched very often, I can live with that. So I don't
> use the (name.space a b c) version very often.

-- 
R. Mark Volkmann
Object Computing, Inc.

--~--~---------~--~----~------------~-------~--~----~
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
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