rm-hull/infix

A small Clojure library for expressing LISP expressions as infix rather than prefix notation

Leiningen/Boot

[rm-hull/infix "0.3.3"]

Clojure CLI/deps.edn

rm-hull/infix {:mvn/version "0.3.3"}

Gradle

implementation("rm-hull:infix:0.3.3")

Maven

<dependency>
  <groupId>rm-hull</groupId>
  <artifactId>infix</artifactId>
  <version>0.3.3</version>
</dependency>