thunknyc/adtech-macros

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

Leiningen/Boot

[thunknyc/adtech-macros "0.1.1"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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