We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need a tutorial covering everything about macros in ClojureScript.
Macros in CLJS are tricky due to their relationship to Clojure and the build process. We need to create a definitive reference on how they work.
The text was updated successfully, but these errors were encountered:
interesting point here that was recently documented: https://github.com/clojure/clojurescript/wiki/Differences-from-Clojure#macros
macros can have the same names as functions without causing problems. should include this fact in the tutorial
Sorry, something went wrong.
No branches or pull requests
We need a tutorial covering everything about macros in ClojureScript.
Macros in CLJS are tricky due to their relationship to Clojure and the build process. We need to create a definitive reference on how they work.
The text was updated successfully, but these errors were encountered: