| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor exceptions to be less verbose | 2024-12-28 | 1 | -2/+2 | |
| | | |||||
| * | refactor iterators to be closure objects | 2024-12-28 | 1 | -5/+5 | |
| | | | | | | | | | | | This makes iterators much more flexible while keeping their abstract nature. New iterators can be made by a programmer with different methods. Existing iterator types cannot be programatically extended. This would likely require implementation support: either CLOS-style classes or a more limited single-dispatch interface system. | ||||
| * | use records as exceptions | 2024-12-25 | 1 | -2/+3 | |
| | | |||||
| * | string-iterator: use external function to simplify iterative application of ↵ | 2024-12-23 | 1 | -1/+2 | |
| | | | | | predicate | ||||
| * | refactor iterator to be simpler | 2024-12-23 | 1 | -5/+2 | |
| | | |||||
| * | string iterator | 2024-12-23 | 1 | -0/+29 | |
