IRC channel logs
2023-08-02.log
back to list of logs
<mwette>rlb: a while ago wingo posted on guile-devel ml that he was targeting C99 (IIRC) as min requirement for guile code <apteryx>hi! I think I remember someone explaining how Guile chooses to represent values in backtraces, such as in "(send-files _ _ _ #:recursive? _ #:log-port _)", but can't remember it <apteryx>why is the #:recursive? keyword argument value shown as '_' here? it'd cost just one character to show the boolean #t or #f instead. <apteryx>ah, is this what the underscores mean? <samplet>If they are on the stack they are reachable, no?