dbg

Tracing evaluation order. It logs entering and leaving functions or macros/special forms. It indents them, along with any inner output - simple and pretty. You prefix function calls with `dbgf` or macros/special forms with `dbg`. It works without any extra parens (). Hence diffs are shorter, easier to read. Isn't that practical?

Leiningen/Boot

[dbg "0.1.2-SNAPSHOT"]

Clojure CLI/deps.edn

dbg/dbg {:mvn/version "0.1.2-SNAPSHOT"}

Gradle

implementation("dbg:dbg:0.1.2-SNAPSHOT")

Maven

<dependency>
  <groupId>dbg</groupId>
  <artifactId>dbg</artifactId>
  <version>0.1.2-SNAPSHOT</version>
</dependency>