Let's say I have a namespace in clj mylib.macros. It has functions as well as macros. Some macros are defined as calling other macros or functions.
I want to use it in cljs mylib.views. How do I define the macro namespace and how do I pull it in the views namespace? Finally, how would a third party consumer of mylib use an item from views namespace, or directly from the macros namespace? -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
