| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-12-28 | refactor iterators to be closure objects | 1 | -1/+2 | ||
| 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. | |||||
| 2024-12-28 | refactor tests, add working code for list | 6 | -36/+205 | ||
| 2024-12-28 | convert to chicken | 4 | -65/+63 | ||
