IRC channel logs
2025-08-12.log
back to list of logs
<dsmith>How can more than one ... work? (a b ... c ...) Where does b end or c begin? <rlb>s/e.g./noticed when porting/ <dsmith>rlb, I was referring to dpk's comment about "more than one ellipsis per list/vector" <old>dsmith: it can't? AFAIK <dpk>dsmith: in that case the patterns ‘b’ and ‘c’ are completely ambiguous with respect to one another: the result specified by SRFI 262 is that ‘b’ contains all the elements (except the first which is ‘a’) and ‘c’ will always be an empty list, because the leftmost priority rule applies <dpk>especially the syms/nums one and the 'split ones