<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 :) <apteryx>what's the best way to combine predicates? <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. <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 <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) <daviid>leoprikler: I don't want to 'work around', this is a bug in 3.0, I hope it will be fixed