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.9"]

Clojure CLI/deps.edn

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

Gradle

implementation("retrograde:retrograde:0.9")

Maven

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