IRC channel logs
2024-07-29.log
back to list of logs
<ray1729>Does guile have a library for URL encoding (and decoding) strings? I found guile-www but it doesn't handle Unicode characters. <lilyp>it's part of the standard library <ray1729>lilyp: Thanks! I don't know how I missed that, it's not that I wasn't looking. <graywolf>Is there a cond-expand way to check if I am using guile 3.0.9 or 3.0.10? <rlb>I'd guess guix might also have something related, but just a guess... <graywolf>rlb: ah that looks cool, and should suffice for me, thank you <rlb>If we end up with a consensus that we want Z level cond-expand symbols (I'm not positive myself -- haven't thought carefully about it yet), then I'd be happy to see about adding them. <graywolf>(I am thinking how to safely monkey patch a module with changed code. Only procedures, no macros/syntax forms.) <graywolf>hm, so unless the module is #:declarative? #f I am basically out of luck?