Re: r6rs and posix sockets

2021-01-23 Thread Rohan Drape
hello - excellent! - thanks very kindly - rohan

Re: r6rs and posix sockets

2021-01-22 Thread John Cowan
(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