IRC channel logs

2023-04-09.log

back to list of logs

<Arsen>does ${pfx}/bin/guild intentionally remain with auto-compile enabled?
<unmatched-paren>hello guile!
<unmatched-paren>how would i check if an identifier is bound within a macro body?
<mwette>unmatched-paren: maybe sec 6.8.4 in manual: syntax tranformer helpers
<unmatched-paren>mwette: i saw that, but i have no idea how to use BOUND-IDENTIFIER=?
<unmatched-paren>even after reading that manual page, i don't have a clue what it's about
<mwette> https://www.scheme.com/tspl4/syntax.html#./syntax:h3
<unmatched-paren>mwette: thanks :)
<old>unmatched-paren: I don't you usually use those in the fence part of a syntax-case case
<old>s/I don't/I think
<old>like the identifier? helper