rm-hull/infix

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

Leiningen/Boot

[rm-hull/infix "0.2.9"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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