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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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