aboutsummaryrefslogtreecommitdiffstats
path: root/tests
ModeNameSize
-rw-r--r--ellipsoid-test.scm9900logstatsplainblame
-rw-r--r--run.scm21962logstatsplainblame
-rw-r--r--sphere-test.scm9437logstatsplainblame
-rw-r--r--zipf-test.scm13434logstatsplainblame
tests/string.scm?id=e9c8de093bac0697c41a9e01542163de1d6cbb1c&follow=1'>refactor iterators to be closure objectsGravatar Peter McGoron 11-137/+231 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-28refactor tests, add working code for listGravatar Peter McGoron 6-36/+205 2024-12-28convert to chickenGravatar Peter McGoron 4-65/+63