retrograde

Retrograde is a small Clojure DSL that deals with the problem of accessing information and results from previous iterations during the **lazy** transformation of a sequence or during the **lazy** generation of an infinite sequence.

Leiningen/Boot

[retrograde "0.10"]

Clojure CLI/deps.edn

retrograde/retrograde {:mvn/version "0.10"}

Gradle

implementation("retrograde:retrograde:0.10")

Maven

<dependency>
  <groupId>retrograde</groupId>
  <artifactId>retrograde</artifactId>
  <version>0.10</version>
</dependency>