clojure.template
(source)Macros that expand to repeated copies of a template expression.
For more info about this library see:
https://clojuredocs.org/clojure.corePublic Variable | Short Description |
---|---|
apply-template (clj) | For use in macros. |
do-template (clj) | Repeatedly copies expr (in a do block) for each group of arguments in values. |