On Feb 23, 6:54 pm, Chouser <chou...@gmail.com> wrote: > (ns n01se.net.graph.issues > (:import (java.text SimpleDateFormat ParsePosition) > (java.util GregorianCalendar Calendar) > (org.jfree.chart ChartFrame)) > (:use [clojure.zip :only (xml-zip node)] > [clojure.contrib.zip-filter :as zf :only ()] > [clojure.contrib.zip-filter.xml :only (xml-> attr text)] > [clojure.contrib.lazy-xml :only (parse-trim)] > [clojure.contrib.seq-utils :only (reductions)] > [com.markmfredrickson.dejcartes :as chart :only ()]))
Whilst we're throwing out ideas, I almost wonder if it wouldn't be worth allowing for this case in addition: (ns foo.bar (:use clojure.zip :only (xml-zip node)) (:use clojure.contrib.zip-filter :as zf)) It seems a little more aesthetically pleasing to me, and whilst it would require a lookahead of 1 to watch for keywords, some of the current binding syntax does the same. - James --~--~---------~--~----~------------~-------~--~----~ 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 clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---