On Fri, Nov 26, 2010 at 11:50 PM, Alex Osborne <[email protected]> wrote: > The extra parens mean a prefix, like in the second example. > > (:import (foo bar baz)) means import both foo.bar and foo.baz > > While (:import (foo)) is meaningless, it doesn't do anything.
Perhaps a compiler warning is in order in cases like this. (Actually, this wouldn't even require modifying the compiler, per se; just the ns macro's source code.) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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
