Eli Zaretskii <e...@gnu.org>: >>>> From: Marko Rauhamaa <ma...@pacujo.net> >> I'd like to produce Guile code that works on Linux. As it stands, I >> can't. > > Of course you can: write it in C and load it via FFI.
Well, for that, I don't even need Guile; all I need is gcc. It's a bit of a lame reason to have to escape out of Scheme; after all, Guile already incorporates most system facilities. Note that Python allows you to pass file descriptors over Unix domain sockets. Marko