pez/taplet

A Clojure/ClojureScript macro that works like `let`, and also will tap the binding vector.

Leiningen/Boot

[pez/taplet "0.1.2"]

Clojure CLI/deps.edn

pez/taplet {:mvn/version "0.1.2"}

Gradle

implementation("pez:taplet:0.1.2")

Maven

<dependency>
  <groupId>pez</groupId>
  <artifactId>taplet</artifactId>
  <version>0.1.2</version>
</dependency>