On Aug 5, 2013, at 12:39 PM, Mark Engelberg wrote:
> 
> 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.

I believe that there was a discussion about wildcards on this list several 
years ago, and that there was pretty firm resistance to including them.

But FWIW I'd love to have them too. And in fact I'd love to be able to 
:use/:require "*"! (Which I guess would be equivalent to 
:use-whatever-you-need, which I just mentioned in the other thread... while 
acknowledging that this would be insane in some programming contexts, but not 
in all).

 -Lee

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