https://github.com/borkdude/cljs-macro
Example of usage of a macro in ClojureScript.
https://github.com/borkdude/cljs-macro
Last synced: 10 months ago
JSON representation
Example of usage of a macro in ClojureScript.
- Host: GitHub
- URL: https://github.com/borkdude/cljs-macro
- Owner: borkdude
- Created: 2018-06-02T11:51:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T11:58:13.000Z (over 7 years ago)
- Last Synced: 2025-02-06T08:27:37.441Z (11 months ago)
- Language: Clojure
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cljs-macro
Example of usage of a macro in ClojureScript. Answer to
[this](https://stackoverflow.com/questions/50653467/clojurescript-macro-and-name-mangling)
Stackoverflow question.
## Build
Make sure [clj](https://clojure.org/guides/getting_started) is installed. Then:
clj -m cljs.main -O advanced -c cljs-macro.core
## Run
open index.html