> >  (:uses [clojure.core :exclude [read])
> >         [clojure.contrib.graph]
> >         [clojure.contrib.fcase]
> >         [clojure.contrib.stream-utils :as su]
> >         [clojure.contrib.def :refer-all true]
> >         [clojure.contrib.except :refer-all true]
> >         [clojure.contrib.server-socket :refer-all true]
> >         [clojure.contrib.lazy-xml :refer-all true]
> >         [clojure.contrib.java-utils :only [as-str]]
> >         [clojure.stacktrace :only [root-cause]]
> >         [clojure.walk :only [postwalk]])

+1

As a thought (which may offend some fans of explicit delimiters),
dropping the brackets and delimiting on symbols could be an option.

(ns foo
  (uses clojure.contrib.graph
            clojure.contrib.stream-utils :as su
            clojure.contrib.java-utils :only [as-str]))           

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

Reply via email to