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
path:
root
/
gtwiwtg.lisp
Age
Commit message (
Expand
)
Author
2020-07-16
bugfix in skip-while!
Colin Okay
2020-07-15
typo
Colin Okay
2020-07-14
putting for's body in unwind protect
Colin Okay
2020-07-13
more documentation tweaks
Colin Okay
2020-07-13
Merge branch 'master' of github.com:cbeo/gtwiwtg into experiments
Colin Okay
2020-07-13
more docstring edits
Colin Okay
2020-07-13
added :extra-cleanup keywoard to inflate!
Colin Okay
2020-07-11
Merge branch 'master' of github.com:cbeo/gtwiwtg into experiments
Colin Okay
2020-07-11
changed optional to keyword arguments in from-thunk-until
Colin Okay
2020-07-11
removed inessential slot
Colin Okay
2020-07-11
extraneous slot in with-slots
Colin Okay
2020-07-11
cleanup docstring for inject!
Colin Okay
2020-07-11
added docstrings to new combinators
Colin Okay
2020-07-11
added a few more combinators and and an example
Colin Okay
2020-07-10
consumer generator type check
Colin Okay
2020-07-10
tweak
Colin Okay
2020-07-10
fixed dirtiness managment in inflate!, and skip-* combinators
Colin Okay
2020-07-10
small change to inflate!, for more consistent behavior
Colin Okay
2020-07-10
refactored has-next-p to use an :around method on the base class
Colin Okay
2020-07-10
typos
Colin Okay
2020-07-10
typo
Colin Okay
2020-07-10
better docstrings on generics. refactored class-builing macro
Colin Okay
2020-07-10
added indexed!
Colin Okay
2020-07-10
caveats on experimental generators
Colin Okay
2020-07-10
docstringg edits
Colin Okay
2020-07-10
added list-backed-generator!, modified seq to it appropriately
Colin Okay
2020-07-10
reorganizing source file
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
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
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
[next]