deps-new

Brett 2023-05-10T03:11:43.328109Z

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

seancorfield 2023-05-10T04:38:31.737269Z

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

👍 1
seancorfield 2023-05-10T04:39:14.191249Z

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

seancorfield 2023-05-10T04:40:05.964999Z

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).