clojure-dev

2022-04-16T00:20:44.819329Z

I am finally looking at adding some of the new things in Clojure 1.11 to the cheatsheet. It wasn't clear to me what section (or sections) would be good to add the new iteration function to. Any recommendations? Link to the published version for convenience: https://clojure.org/api/cheatsheet

ghadi 2022-04-16T00:46:15.048479Z

Seq fns -> from producer fn

2022-04-16T00:57:05.993869Z

Next to lazy-seq repeatedly and iterate ? Sounds fine to me.

➕ 2