IRC channel logs
2026-01-09.log
back to list of logs
<veqq>How is Guile performance these days compared to Racket? <veqq>Have the GC improvements arrived yet? <veqq>ArneBab: thank you for the link! But oof, I didn't realize how "behind" guile is <veqq>I wonder what keeps chez' inovations from filtering through more <identity>i wonder whether the JIT kicks in sooner or later in those benchmarks; i imagine Guile being higher up if they let the JIT warm up beforehand <ArneBab>veqq: look at the different tests: the performance depends a lot on the scenario ⇒ implementation details matter. <ArneBab>identity: I have a check with forced jit: it is about 3% faster. <ArneBab>(mind the logarithmic scale ⇒ check the numbers on the plot if uncertain) <old>does anyone have an idea on how I could do name-qualification on an expression at expansion time? <old>So that for example the expression: (foo 1) will expand to: ((@ (module) foo) 1) <old>I'm playing with syntax-local-binding but it seems that I'm not getting what I want with it