rm-hull/infix

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

Leiningen/Boot

[rm-hull/infix "0.4.0"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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