Re: [bootstrappable] Re: Can Guile be bootstrapped from source without psyntax-pp.scm?

2021-03-14 Thread Jan Nieuwenhuizen
Michael Schierl writes: Hello, > Jan Nieuwenhuizen wrote to guile-user@gnu.org[1] on 07 Jul 2017: >> Mark H Weaver writes: >> Does this mean Guile is not bootstrappable from source only? >>> >>> That's correct. psyntax-pp.scm is not source code, and it is needed to >>> bootstrap Guile. >> >

Re: [bootstrappable] Re: Can Guile be bootstrapped from source without psyntax-pp.scm?

2021-03-14 Thread Michael Schierl
Hello Jan, Am 14.03.2021 um 14:57 schrieb Jan Nieuwenhuizen: Michael Schierl writes: Hello, For the record, I have written a psyntax implementation that can be used by Guile (3.0.2) and does not require an expanded version of itself. Oh, that's amazing! I see that you are using make-syn

[PATCH] fibers: operations for waiting until port is readable / writable

2021-03-14 Thread Maxime Devos
Hi guilers! This is a patch to guile-fibers that adds a ‘wait-until-port-readable-operation’ and ‘wait-until-port-writable-operation’ that can be used to wait until a port (backed by a fd) becomes readable or writabble respectively. These operations can be used in combination with e.g. get-operat