thunknyc/adtech-macros

A Clojure library designed to do adtech-style (aka UNIX-style aka DOS-style) macro expansion aka string interpolation.

Leiningen/Boot

[thunknyc/adtech-macros "0.8.2"]

Clojure CLI/deps.edn

thunknyc/adtech-macros {:mvn/version "0.8.2"}

Gradle

implementation("thunknyc:adtech-macros:0.8.2")

Maven

<dependency>
  <groupId>thunknyc</groupId>
  <artifactId>adtech-macros</artifactId>
  <version>0.8.2</version>
</dependency>