| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert generic-iterator to allow for any value for iterator-advance | 2024-12-24 | 1 | -0/+2 | |
| | | | | | | | | | | | Scheme is a dynamic language, users should have the freedom to use whatever value they wish to advance the iterator or to use as the index. The implementations of iterator-advance I have written require case analysis anyways, so there is no point to adding a case analysis branch before them. | ||||
| * | string-iterator: use external function to simplify iterative application of ↵ | 2024-12-23 | 1 | -40/+37 | |
| | | | | | predicate | ||||
| * | refactor iterator to be simpler | 2024-12-23 | 1 | -124/+68 | |
| | | |||||
| * | string iterator | 2024-12-23 | 1 | -0/+160 | |
