IRC channel logs
2025-10-11.log
back to list of logs
<apteryx>can (ice-9 match) be used to bind the multiple values returned by a call? <apteryx>instead of this awkard combination of srfi-71 + match (list a b c) <ekaitz>did you find the problem with the strings? <euouae>ekaitz: not yet, I'm trying to learn the VM instruction set now <euouae>I'm on it though, I'll figure out that bug <euouae>It's a particularly annoying bug because if I can fix it I can make guile-ropes much more optimized <euouae>dsmith: Thank you! Will take a look there eventually. <euouae>these are transformations from scheme to other intermediate representations? <euouae>That's what it looks like, it's before bytecode compilation, right? <euouae>scheme -> Tree-IL -> CPS language? <mra>enouae: iirc CPS is the last IR before bytecode <euouae>It's a good guess because it happens on -Ocps -Oresolve-primitives <mwette>I think level 0 optimization skips cps.