On Tue, Nov 10, 2009 at 09:08:31PM -0500, John Harrop wrote: >In case anyone was wondering, apparently it wants > >(ns foo.bar.baz > (:use [clojure.contrib.core :only (seqable?)])) > >(and thus violates the usual clojure rule of using vectors rather than lists >for groupings that are not invocations -- that is, function calls, macro >calls, or special form calls).
You can use vectors for everything other than the outside parens, if you'd like. They just need to be sequences. I'm guessing people usually use parens on the :use, because it at least looks like an invocation (and is similar to the (use ...) call). I've seen the :only followed by a vector. David -- 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