IRC channel logs

2025-06-09.log

back to list of logs

<apteryx>hm, my syntax-case foo is rusty: https://paste.debian.net/1378821/
<apteryx>I want to define a procedure called cap->name in a context where 'name' is bound in the syntax-rule pattern, but without it expound there.
<apteryx>OK, (with-syntax ((cap->name (datum->syntax x 'cap->name))) ... does it
<apteryx>can we use a list of 'values' (as in multiple values) with map?
<apteryx>it seems to use only the first item in values