com.github.gnl/playback

Print debugging on steroids – #>(tag and trace any Clojure(-Script) form to tap> and Portal with instant last-input function replay on eval)

Leiningen/Boot

[com.github.gnl/playback "0.3.1-alpha"]

Clojure CLI/deps.edn

com.github.gnl/playback {:mvn/version "0.3.1-alpha"}

Gradle

implementation("com.github.gnl:playback:0.3.1-alpha")

Maven

<dependency>
  <groupId>com.github.gnl</groupId>
  <artifactId>playback</artifactId>
  <version>0.3.1-alpha</version>
</dependency>