| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor string exceptions | 2024-12-28 | 1 | -4/+0 | |
| | | |||||
| * | refactor iterators to be closure objects | 2024-12-28 | 1 | -2/+11 | |
| | | | | | | | | | | | 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. | ||||
| * | convert to chicken | 2024-12-28 | 1 | -1/+1 | |
| | | |||||
| * | add srfis to eggs | 2024-12-26 | 1 | -1/+1 | |
| | | |||||
| * | chicken egg | 2024-12-26 | 1 | -0/+19 | |
