IRC channel logs
2026-03-16.log
back to list of logs
<jlicht>is there a way to get "non-kw rest arguments" with lambda*? So have `rest' not include `#:kw <something>` in (define* (f #:key (kw "package.json") #:rest rest) ...) <ArneBab>jlicht: I don’t know -- I tried to find one a few times but failed. <ArneBab>(but shouldn’t lambda* act the same as define* just without naming the proc?) <identity>«‘define*’ is syntactic sugar for defining procedures using ‘lambda*’.» (info "(guile) lambda* and define*") <vbramselaar>recently, I had a hard time understanding sxpath. I know about xpath as string format, but I think guile only supports it with s-expressions right? <vbramselaar>oops should not have send that haha. was a question I did not want to ask anymore but was still in my buffer.