rm-hull/infix

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

Leiningen/Boot

[rm-hull/infix "0.3.1"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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