Using Guile for soft-realtime

2020-11-11 Thread Olivier Dion via General Guile related discussions
Hi Guile's community, I would like to use Guile as a scripting engine for a soft-realtime software. I'm a little bit worried about the asynchronous nature of the GC and its nondeterministic time. Searching in the manual, I found the section 5.7.4.2 about performance constraints, which is empty

Re: Questions about (open-input-output-pipe

2020-11-11 Thread Timothy Sample
Hi luhux, Neil Jerram writes: > On Tue, 10 Nov 2020 at 08:51, luhux wrote: > >> I want to implement this shell command: >> >> wg pubkey < private > public >> >> [...] >> >> I implemented it using the following code in guile: >> >> [...] >> >> (define (wg-gen-public-key private-key) >> (let