IRC channel logs

2020-11-09.log

back to list of logs

<daviid>leoprikler: I was re-reading our msgs of yeterday, then your first answer to bug#43025 ...
<daviid>leoprikler: as you said, module-use! does things, in 2.2 at least, in a way that when a module a import the public interface of a module b, there is no 'copy' (which is obviously the thing not to do, my bad but I have been too quick to patch g-golf for 3.0 doing this ...), rather it somehow points to the public interface of the imported module, which is exactly, afaic, what should be done
<leoprikler>daviid: Not sure how you want to work around the copying portion in 3.0, but okay
***leoprikler_ is now known as leoprikler
<wingo>ArneBab: i should do that :)
<wingo>moin
<civodul>o/
<ArneBab>\o/
<nckx>seen sneek?
<ArneBab>moin
<apteryx>what's the best way to combine predicates?
<apteryx>with a logical or
<apteryx>chaining of predicates with or within a lambda would be one, but I was thinking there might be something more specific that can be done.
<RhodiumToad>not sure what you mean?
<civodul>a higher-level procedure that combines predicates
<civodul>i think some Schemes have "conjoin" (?)
<RhodiumToad>wouldn't that be for and? a composed or would be disjoin, surely
<civodul>yes, conjoin and disjoin: https://docs.racket-lang.org/reference/procedures.html#%28part._.Additional_.Higher-.Order_.Functions%29
<civodul>we should add them to Guile
<apteryx>civodul: I see, thanks :-)
<dsmith-work>Monday Greetings, Guilers
<dsmith-work>sneek! where ae you?
<wingo>moo :)
<dsmith-work>Can someone look through their scrollback to see when the bot went AWOL?
<RhodiumToad>2020-11-08 21:11:36 <-- sneek (~sneek@cpe-65-185-85-154.neo.res.rr.com) has quit (Remote host closed the connection)
<RhodiumToad>timestamps in Europe/London, i.e. +00 at that date
<dsmith-work>RhodiumToad: Thanks muchly
<dsmith-work>Ok, that was about 4:11 pm for me I think.
<dsmith-work>Yesterday.
<daviid>leoprikler: I don't want to 'work around', this is a bug in 3.0, I hope it will be fixed