I am working on porting clj library that must be usable both from clj and cljs. I am writing most of the code in .cljc files, however macros give me some troubles as often they are defined and used in the same namespace.
What are the possibilities to have macro definition and usage in the same namespace when using .cljc files? My experiment having the macros in some_ns.clj and use them in some_ns.cljc caused weird error messages I did not thoroughly debug. -- 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 https://groups.google.com/group/clojurescript.
