Including SRFI-197

2025-04-14 Thread Rob Browning
I was considering adding SRFI 197 https://srfi.schemers.org/srfi-197/srfi-197.html, i.e. "pipeline/threading operators". I've incorporated the reference implementation, integrated the tests, and converted the documentation to texinfo. I'm not posting the patches here right now due to their rela

Re: Including SRFI-197

2025-04-14 Thread Rob Browning
Rob Browning writes: > I've incorporated the reference > implementation, integrated the tests, and converted the documentation to > texinfo. This does introduce some "noise" to the tests because it uses srfi-64 which writes to standard output by default. I imagine we might want to add a test-sui