index
:
colin/gtwiwtg.git
main
testiere
Naive generators in Common Lisp
colin <colin@cicadas.surf>
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-07-10
added list-backed-generator!, modified seq to it appropriately
Colin Okay
2020-07-10
reorganizing source file
Colin Okay
2020-07-10
updated example in readme
Colin Okay
2020-07-10
updated readme, changed grep example
Colin Okay
2020-07-09
cleaned up some docstrings. abstracted dirtyness managment
Colin Okay
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
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