unfix

A library providing infix and postfix notation in Clojure.

Leiningen/Boot

[unfix "1.0"]

Clojure CLI/deps.edn

unfix/unfix {:mvn/version "1.0"}

Gradle

implementation("unfix:unfix:1.0")

Maven

<dependency>
  <groupId>unfix</groupId>
  <artifactId>unfix</artifactId>
  <version>1.0</version>
</dependency>