Skip to content

Commit

Permalink
iteration: link to the original Transducers document
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers authored and vindarel committed Jan 12, 2024
1 parent 9e35981 commit 825b20f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions iteration.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,10 @@ The user is free to invent their own transducers (i.e. functions like `map`) and
reducers (i.e. functions like `+`) to traverse data streams in any way they
wish, all while being very memory efficient.

See [its README](https://git.sr.ht/~fosskers/cl-transducers) or [its
API](https://fosskers.github.io/cl-transducers/index.html) for more information.
See [its README](https://git.sr.ht/~fosskers/cl-transducers), [its
API](https://fosskers.github.io/cl-transducers/index.html), or the [original
Transducers document](https://clojure.org/reference/transducers) for more
information.

## Recipes

Expand Down

0 comments on commit 825b20f

Please sign in to comment.