Re: r6rs and posix sockets
hello - excellent! - thanks very kindly - rohan
Re: r6rs and posix sockets
(import (guile)) does the trick. On Fri, Jan 22, 2021 at 8:59 PM Rohan Drape wrote: > hello list > > a very simple question i hope > > how do we access the guile posix/sockets functions from within an r6rs > library? > > in ikarus there is (import (ikarus)), is it something similar? > > i see th