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