clojure.template
(source)Macros that expand to repeated copies of a template expression.
| Public 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. |