Details
-
Type:
Enhancement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: Release 1.5
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Patch:Code and Test
-
Approval:Vetted
Description
Added a reducer implementation mirroring clojure.core/iterate.
Attachments
Activity
Alan Malloy
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | 0001-Add-reducers-iterate.patch [ 11192 ] |
Alan Malloy
made changes -
| Attachment | 0001-Add-reducers-iterate.patch [ 11191 ] |
Rich Hickey
made changes -
| Approval | Vetted [ 10003 ] | |
| Fix Version/s | Release 1.5 [ 10150 ] |
Alan Malloy
made changes -
| Attachment | iterate-reducer.patch [ 11446 ] |
Rich Hickey
made changes -
| Fix Version/s | Release 1.5 [ 10150 ] |
Should I have made this implement Seqable as well? It wasn't clear to me, because as far as I could see this was the only function in clojure.core.reducers that's generating a brand-new sequence rather than transforming an existing one.