> Are you saying that once the macro has been loaded it will be correctly > invoked by Clojurescript? How do we actually load the macro?
Macros in bootstrapped ClojureScript work just like they do in "regular" ClojureScript. So, specifically, loading a namespace for its macros doesn't invoke any of them—it just makes them available to the code that is requiring them. (Here is a demo showing them being used, if it helps see the big picture: https://youtu.be/0uEx-hpMHhU ) -- 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.
