IRC channel logs
2025-07-22.log
back to list of logs
<omentic>is there a nice string->sexp library? need to convert some text, possibly with newlines, into the associative list it is verbatim <rlb>omentic: might call-with-input-string and read be adequate? <sneek>mwette was last seen in #guile 2 days ago, saying: Nothing's perfect. +/- either way. <mwette>janneke: I saw your request. How about if I write you a `match' that will work there? It should not be difficult for the cases used in cpp.scm. <janneke>mwette: yes, if we get that to work that would also be fine, of course. possibly even better! <janneke>ACTION just "found" that mes actually comes with a some match.scm that uses syntax-rules instead of syntax case, which isn't really used because it doesn't really work <mwette>already, line 20 should not be there <janneke>yeah, there is let-syntax...but syntax-rules is not 100% complient, it has hygiene problems; so ymmv