Fork me on GitHub
#deps-new
<
2023-05-10
>
Brett Rowberry03:05:43

Regarding templates, if the delimiters are valid in Clojure identifiers, templates could be runnable code themselves. Is that already a thing?

seancorfield04:05:31

The templates are not evaluated. It's a textual replacement. The delimiters can be any characters.

👍 2
seancorfield04:05:14

But several people are asking for ways to do more: conditional logic etc.

seancorfield04:05:05

I want to keep the library as simple as possible but there are already two function hooks, one of which could transform the files (templates).