IRC channel logs

2023-10-17.log

back to list of logs

<dsmith>sneek, botsnack
<sneek>:)
<dokma>What would be a scheme natural/proper/correct way to implement the ability to run/manage/monitor multiple "bots" or threads that perform various tasks? Something that might be implemented by defining a base C++ thread like class which would then be derived from to implement particular bots all of which could then be managed via the methods defined in the base class.
<rekado>dokma: fibers, perhaps?
<dokma>rekado: let me give it a look
<rekado>fibers are like threads and they can communicate with one another over channels
<dsmith-work>Hey guilers
<dsmith-work>sneek, botsnack
<sneek>:)
<zzo38>Is there Guile without Unicode? (Specifically, that: [1] Character sets which are not subsets of Unicode can be used. [2] Translation is not needed to/from Unicode.)
<sneek>zzo38, you have 1 message!
<sneek>zzo38, apteryx says: there's an example in "info (grub)Chain-loading"
<zzo38>I do not understand