aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cuprate/rewriters.r7rs.sld (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Big rewrite:Gravatar Peter McGoron 2025-11-011-0/+24
1. Rename to "cuprate". 2. Remove mutexes. 3. Move rewriters to other library. 4. Move the DTO out of the `test-info` parameter. They are now separate parameters, with the expectation that the DTO will not change over time. This significantly reduces the complexity of the code. 5. Use SRFI-146 for Chicken.