IRC channel logs

2021-02-23.log

back to list of logs

***Server sets mode: +nt
***dragestil_ is now known as dragestil
<mdevos>Is there a guile library for the Hurd, or is this something I would need to implement myself? I'm aware of http://darnassus.sceen.net/~hurd-web/user/flaviocruz/
<mdevos>Was my message received correctly? My IRC client was behaving oddly. In any case, here's a resend:
<mdevos> Is there a guile library for the Hurd, or is this something I would
<mdevos> need to implement myself? I'm aware of
<mdevos> http://darnassus.sceen.net/~hurd-web/user/flaviocruz/
<mdevos>I'll be offline soon, use sneek or e-mail (maximedevos@telenet.be) if you have a reply to sent
<klys>mdevos, your query was received.
<klys>mdevos, this channel hasn't had much activity lately, though.
<mdevos>btw, do you think it would be possible to use MACH_SEND_NOTIFY to implement an event a so-called ‘lightweight threading’ or ‘green thread’ mechanism? ...
<mdevos>The mechanism I have in mind is 'guile-fibers'
<mdevos>I have a vague plan to implement guile bindings to the Hurd, and I want the guile-fibers scheduler to automatically switch to another fiber if, say, the routine for 'chown' or 'stat' is blocking.