An open API service indexing awesome lists of open source software.

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.

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