jaunt-lang / jaunt

[ABANDONED] A jaunt away from Clojure
https://github.com/jaunt-lang/jaunt/issues/157
134 stars 6 forks source link

Implement Named in RT so the compiler can use it #145

Open arrdem opened 8 years ago

arrdem commented 8 years ago

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.