clj-iterate

An iteration macro along the lines of Common Lisp Iterate.

Leiningen/Boot

[clj-iterate "0.94-SNAPSHOT"]

Clojure CLI/deps.edn

clj-iterate/clj-iterate {:mvn/version "0.94-SNAPSHOT"}

Gradle

implementation("clj-iterate:clj-iterate:0.94-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-iterate</groupId>
  <artifactId>clj-iterate</artifactId>
  <version>0.94-SNAPSHOT</version>
</dependency>