IRC channel logs

2024-01-09.log

back to list of logs

<mala>hello, guilers! I have a question -- I'm using a parameterized object in some Guile code (https://www.gnu.org/software/guile/manual/html_node/Parameters.html ) and I wonder if there's any naming norm for these? I'm currently putting earmuffs on it, like *foo*, from the Common Lisp tradition https://lisp-lang.org/style-guide/#general-style -- but is there another Scheme norm?
<ArneBab>did this patch to quite compiler messages get merged somehow? https://www.mail-archive.com/guile-devel@gnu.org/msg13605.html
<ArneBab>How can I silence repl-welcome? That’s quite annoying in org-babel code execution.
<ArneBab>I tried to set in ~/.guile (set! (@@ (system repl common) repl-welcome) (λ _ #f)) but that seems to come too late.
<mwette>ArneBab: I run into same issue. compile messages can also get in the way. I suggest patch to add current-info-port and allow to initialize to void-port.