Thanks Stuart - especially @namespaces is very helpful for understanding more about the resolution process.
On Sep 26, 2012, at 12:00 PM, Stuart Sierra <[email protected]> wrote: > Some of this information exists in the CLJS compiler, although it's not > documented. > > For example, the cljs.analyzer namespace has *cljs-ns* and `namespaces`. You > could examine these Vars at the Clojure (not ClojureScript) REPL. > > Vars and namespaces do not exist at all in compiled CLJS code, so you can't > access them from CLJS. This is unlikely to change. > -S > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
