IRC channel logs

2024-05-08.log

back to list of logs

<dsmith>sneek, later tell graywolf I was thinking something like (define (string-append-anything . args) (with-output-to-string (lambda () (for-each display args))))
<sneek>Got it.
<mwette>The guile manual mentions `-O0' and `-O2' optimization levels. Is there a `-O1'? If so, what does it do?
<dthompson>mwette: (system base optimize) seems to have a mapping of the optimizations and which level they correspond to
<dthompson>partial eval is at level 1, for example
<mwette>dthompson: thanks
<abcdw>wingo: Hi Andy! Any news on the next Guile release? :)
<wingo>no news but tx for ping :)
<abcdw>wingo: hehe, you are very welcome! :) Let me know if any help with it is needed.