On Mon, Aug 5, 2013 at 9:32 AM, Lee Spector <lspec...@hampshire.edu> wrote:

> Can you build in a way to get :require :refer :all to work on a bunch of
> sub-namespaces together on one line, as one currently can with :use,
> without listing each namespace completely on a separate line with a
> separate :refer :all?
>


I agree that subnamespaces are important.   Relatedly, I frequently
struggle with the fact that Clojure's import doesn't support wildcards.
When using Java libraries, very frequently the Java tutorials or library
documentation use wildcards to import a whole family of subnamespaces.
It's extremely difficult to use such libraries from Clojure, because there
is no good way to discover from the Java documentation the entire list of
libraries you need to import.

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to