To my experience on implementing the server-core of Artanis with pure Guile. I think srfi 106 could be mostly covered by the current Guile. However, I'm not sure about some options as constants.
Best regards. On Mon, Oct 25, 2021, 13:57 Tim Lee <progscriptcl...@gmail.com> wrote: > I noticed that Guile does not implement SRFI 106 (basic socket interface) > (https://srfi.schemers.org/srfi-106/srfi-106.html). Is there a > fundamental reason for the omission? I'm just wondering whether or not > Guile has all the socket primitives needed to implement SRFI 106. > >