Re: import blah.*

2012-11-26 Thread vemv
Thanks for the answer Herwig! swank-clojure and nrepl(.el) can do pretty amazing things. But in my opinion, at least in the context of Java interop there is still work left to do... Lastly, as of today, what can clojurescript do that clojure can't? On Saturday, November 24, 2012 11:36:50 PM UT

Re: import blah.*

2012-11-24 Thread Herwig Hochleitner
I'm not convinced about allowing wildcard imports. Same reason that we discourage use without :only for. About discoverability: I'd take a look at the autocompletion code for swank-clojure, lein repl, et. al. Maybe there is a contrib in there? About your static/dynamic remark: In static langs the

Re: import blah.*

2012-11-24 Thread vemv
While coarse-grained imports are pretty obviously a suboptimal practice, I believe the lack of some this possibility (in at least some form) hinders exploratory programming / API discoverability. Would it be feasible to add an :as directive to 'import? An use case: ; --- state of the editor at