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
2023-09-10
updated to use testiere 1.0
colin
2022-09-09
Refactor: combination functions use testiere
Colin Okay
2022-09-09
Refactor: collector functions are now defined with defun/t
Colin Okay
2022-01-18
Reimplemented make-keyword
Colin Okay
2021-02-21
docstrings and resumption check
Colin Okay
2021-02-21
version bump
Colin Okay
2021-02-21
redef of filtered generator to use a-generator-class macro
Colin Okay
2021-02-21
reorganizing file
Colin Okay
2021-02-20
Made filtered-generator class, bugfix in filter
Colin Okay
2020-10-31
removing superfluous utilities
Colin Okay
2020-08-04
removed experimental combinators
Colin Okay
2020-07-30
added anaphoric FOLD and FOR
Colin Okay
2020-07-30
added with-generator form
Colin Okay
2020-07-16
adding soem tests
Colin Okay
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
[next]