IRC channel logs

2026-03-01.log

back to list of logs

<mwette>for the purpose of debugging, maybe `guile' should have a command line argument to set the default optimization level; see dif in locals locals between -O2 and -O1: https://paste.debian.net/hidden/078a05c9
<lechner->Hi, is there a better way than (car (last-pair ...) to get the last element in a list?
<rlb> https://srfi.schemers.org/srfi-1/srfi-1.html#last
<lechner->rlb / thanks!