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)]))

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.

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