Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-09 | logic error in repeater | Colin Okay | |
2020-07-09 | removed mention of yield-to | Colin Okay | |
2020-07-09 | Major refactor. It's all OOPy now. | Colin Okay | |
The purpose for this refactor was twofold. First, I wanted to make stream-backed generators safer to use. Second, I wanted to make all of the code shorter and easier to understand. This refactor certainly accomplishes the first, and hopefully the second. | |||
2020-07-09 | added docstrings to nfurcate! and partition! | Colin Okay | |
2020-07-09 | license | Colin Okay | |
2020-07-09 | experimental nfurcate! and partition! transformers | Colin Okay | |
2020-07-08 | some docstring cleanup | Colin Okay | |
2020-07-08 | rewording | Colin Okay | |
2020-07-08 | minor rewording | Colin Okay | |
2020-07-08 | pointing to the right examples | Colin Okay | |
2020-07-08 | funny wording in thread-through docstring | Colin Okay | |
2020-07-08 | another example | Colin Okay | |
2020-07-08 | slight rewording | Colin Okay | |
2020-07-08 | typo | Colin Okay | |
2020-07-08 | typo | Colin Okay | |
2020-07-08 | more types and rewordings | Colin Okay | |
2020-07-08 | rewording and types | Colin Okay | |
2020-07-08 | a few typos and rewordings | Colin Okay | |
2020-07-08 | added examples and readme | Colin Okay | |
2020-07-08 | made for form easier on the eyes | Colin Okay | |
2020-07-08 | renamed iter to for | Colin Okay | |
2020-07-08 | added skip! and skip-while! | Colin Okay | |
2020-07-08 | updated users of TIMES after the change to RANGE | Colin Okay | |
2020-07-08 | moved examples to their own package | Colin Okay | |
2020-07-08 | more docstring honing | Colin Okay | |
2020-07-08 | more docstrings | Colin Okay | |
2020-07-08 | more examples in docstrings | Colin Okay | |
2020-07-08 | docstring for merge! | Colin Okay | |
2020-07-08 | renamed from-thunk zoo | Colin Okay | |
2020-07-08 | bugfix in range | Colin Okay | |
2020-07-08 | added merge! and from-thunk-until | Colin Okay | |
2020-07-08 | file stream backed generator constructors take streams or paths | Colin Okay | |
2020-07-08 | added better docstrings about stream generators | Colin Okay | |
2020-07-08 | added more constructors | Colin Okay | |
2020-07-08 | added noise | Colin Okay | |
2020-07-08 | added take and pick-out consumers | Colin Okay | |
2020-07-08 | renamed bind! to inflate! | Colin Okay | |
2020-07-08 | explicitly marking combined generators as dirty | Colin Okay | |
2020-07-08 | added "dirtiness" flag to generators, to make HOFs more predictable | Colin Okay | |
2020-07-08 | docstrings | Colin Okay | |
2020-07-08 | Added some more constructors, combinators, and consumers | Colin Okay | |
2020-07-07 | fiddling | Colin Okay | |
2020-07-07 | initial commit | Colin Okay | |