aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtwiwtg.lisp
AgeCommit message (Expand)Author
2020-07-30added anaphoric FOLD and FORColin Okay
2020-07-30added with-generator formColin Okay
2020-07-16adding soem testsColin Okay
2020-07-16bugfix in skip-while!Colin Okay
2020-07-15typoColin Okay
2020-07-14putting for's body in unwind protectColin Okay
2020-07-13more documentation tweaksColin Okay
2020-07-13Merge branch 'master' of github.com:cbeo/gtwiwtg into experimentsColin Okay
2020-07-13more docstring editsColin Okay
2020-07-13added :extra-cleanup keywoard to inflate!Colin Okay
2020-07-11Merge branch 'master' of github.com:cbeo/gtwiwtg into experimentsColin Okay
2020-07-11changed optional to keyword arguments in from-thunk-untilColin Okay
2020-07-11removed inessential slotColin Okay
2020-07-11extraneous slot in with-slotsColin Okay
2020-07-11cleanup docstring for inject!Colin Okay
2020-07-11added docstrings to new combinatorsColin Okay
2020-07-11added a few more combinators and and an exampleColin Okay
2020-07-10consumer generator type checkColin Okay
2020-07-10tweakColin Okay
2020-07-10fixed dirtiness managment in inflate!, and skip-* combinatorsColin Okay
2020-07-10small change to inflate!, for more consistent behaviorColin Okay
2020-07-10refactored has-next-p to use an :around method on the base classColin Okay
2020-07-10typosColin Okay
2020-07-10typoColin Okay
2020-07-10better docstrings on generics. refactored class-builing macroColin Okay
2020-07-10added indexed!Colin Okay
2020-07-10caveats on experimental generatorsColin Okay
2020-07-10docstringg editsColin Okay
2020-07-10added list-backed-generator!, modified seq to it appropriatelyColin Okay
2020-07-10reorganizing source fileColin Okay
2020-07-09cleaned up some docstrings. abstracted dirtyness managmentColin Okay
2020-07-09logic error in repeaterColin Okay
2020-07-09Major refactor. It's all OOPy now.Colin Okay
2020-07-09added docstrings to nfurcate! and partition!Colin Okay
2020-07-09licenseColin Okay
2020-07-09experimental nfurcate! and partition! transformersColin Okay
2020-07-08some docstring cleanupColin Okay
2020-07-08made for form easier on the eyesColin Okay
2020-07-08renamed iter to forColin Okay
2020-07-08added skip! and skip-while!Colin Okay
2020-07-08updated users of TIMES after the change to RANGEColin Okay
2020-07-08moved examples to their own packageColin Okay
2020-07-08more docstring honingColin Okay
2020-07-08more docstringsColin Okay
2020-07-08more examples in docstringsColin Okay
2020-07-08docstring for merge!Colin Okay
2020-07-08renamed from-thunk zooColin Okay
2020-07-08bugfix in rangeColin Okay
2020-07-08added merge! and from-thunk-untilColin Okay
2020-07-08file stream backed generator constructors take streams or pathsColin Okay