IRC channel logs

2022-12-06.log

back to list of logs

<RhodiumToad>(apply or lst) would be false if and only if every element of lst is #f, so you can easily do it with other list library funcs
<RhodiumToad>e.g. (not (every not lst))
<RhodiumToad>or (any identity lst)
<daviid>sneek: later tell clh3 I pushed a fix - to the g-golf devel branch - to also create proxy (runtime) GInterface class(es) when appropriate. This will fix the clipboard problem you faced in your environment - please pull, make, try and let me know ...
<sneek>Okay.
<cow_2001>RhodiumToad: oh!
<haugh>Where's or-map defined/documented?
<haugh>or is this one of those Elder Techniques that's supported for compatibility but not encouraged
<haugh>Yeah I should grep before I ask
<haugh>Okay, just in case there are other noobs like me in here, I ran
<haugh>ug -r 'define.*(or-grep' /usr/share/guile/3.0
<haugh>which gave me ice-9/boot-9.scm. Poking around in there I saw texi extensions in docstrings which reminded me about the ,d (or ,describe) REPL command, which prints a docstring to the REPL if it exists.
<haugh>Although I'm getting the texi extensions printed in plaintext which makes me think this is some tooling (emacs/geiser) specific behavior
<dsmith-work>Hey Hi Howdy, Guilers
<dsmith-work>RhodiumToad: I like (any identity lst)
<dsmith-work>haugh: There are lots of things in boot-9 (and other places) that are not (yet?) documented.
<tohoyn>sneek: botsnack
<sneek>Welcome back tohoyn, you have 3 messages!
<sneek>tohoyn, daviid says: message dialogs are in adw (libadwaita)
<sneek>tohoyn, daviid says: here https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/widget-gallery.html#message-dialog
<sneek>tohoyn, daviid says: I switched proxy instances memory management to use toggle references, this is a major step (on the devel branch, but I shall merge 'eveything' to master very soon), so please pull, run the make danse ... happy g-golf :)
<sneek>:)