pez/taplet

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

Leiningen/Boot

[pez/taplet "0.1.1"]

Clojure CLI/deps.edn

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

Gradle

implementation("pez:taplet:0.1.1")

Maven

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