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)))) <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 <abcdw>wingo: Hi Andy! Any news on the next Guile release? :) <abcdw>wingo: hehe, you are very welcome! :) Let me know if any help with it is needed.