IRC channel logs
2025-06-09.log
back to list of logs
<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