clj-yield

A function like python's yield statement that can push items to a lazy sequence from arbitrary (non-lazy) code.

Leiningen/Boot

[clj-yield "1.0"]

Clojure CLI/deps.edn

clj-yield/clj-yield {:mvn/version "1.0"}

Gradle

implementation("clj-yield:clj-yield:1.0")

Maven

<dependency>
  <groupId>clj-yield</groupId>
  <artifactId>clj-yield</artifactId>
  <version>1.0</version>
</dependency>