This patch enables the (clojure.core/import* ) special form to accept a symbol so that we could conceivably do away with the gigantic DEFAULT_IMPORTS map in RT.java and instead be much more selective about what importing is done by using more ... well normal Clojure style importing inside of core and elsewhere.
This patch enables the
(clojure.core/import* )
special form to accept a symbol so that we could conceivably do away with the giganticDEFAULT_IMPORTS
map inRT.java
and instead be much more selective about what importing is done by using more ... well normal Clojure style importing inside of core and elsewhere.