IRC channel logs

2025-04-13.log

back to list of logs

<cow_2001>old: lookit https://codeberg.org/kakafarm/srfi-26-cuter/src/branch/master/README.md
<cow_2001>old: you love srfi-26
<cow_2001>it is still incomplete. there is only an incomplete cutr and cuter is entirely missing
<cow_2001>no real reason to use it
<ArneBab>old: I don’t think you should find much clashing between the two worlds — the main pain is that they need to be compiled in separate steps (auto-compilation only works in the language it is given), so a simple rule to stick to is: anything that becomes a library for both regular scheme and wisp should be (turned to) regular scheme with wisp2lisp and maintained as that.
<rlb>Rebased and fixed a utf8 bug revealed by recent foreign.test changes: https://codeberg.org/rlb/guile/src/branch/utf8
<rlb>And here's I think more or less complete srfi-207 support if we want it (converted the reference implementation, and added support to the reader/writer): https://codeberg.org/rlb/guile/src/branch/srfi-207
<rlb>(docs -> texinfo too)