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

2021-05-13 Thread Michael Schierl
Hello all, Am 16.03.2021 um 09:59 schrieb Andy Wingo: On Mon 15 Mar 2021 20:50, Michael Schierl writes: In Guile 3.0.3 they broke even the `make ice-9/psyntax-pp.scm.gen` target, and did not repair it even in Guile 3.0.5, that's why I used 3.0.2 for the bootstrap. Strange -- I used it ma

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

2021-03-17 Thread Ludovic Courtès
Hi Michael, Michael Schierl skribis: > Am 15.03.2021 um 18:09 schrieb Ludovic Courtès: >> Woow, this is great news! I think it would be great towards importing >> it in Guile proper. >> >> To do that, I think we should first get Andy’s opinion on the approach. > > I don't think upstream is very

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

2021-03-16 Thread Andy Wingo
On Mon 15 Mar 2021 20:50, Michael Schierl writes: > Am 15.03.2021 um 18:09 schrieb Ludovic Courtès: >> Woow, this is great news! I think it would be great towards importing >> it in Guile proper. >> >> To do that, I think we should first get Andy’s opinion on the approach. > > I don't think upst

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

2021-03-15 Thread Michael Schierl
Hello Ludo’, Am 15.03.2021 um 18:09 schrieb Ludovic Courtès: Woow, this is great news! I think it would be great towards importing it in Guile proper. To do that, I think we should first get Andy’s opinion on the approach. I don't think upstream is very interested in having psyntax-pp.scm

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

2021-03-15 Thread Ludovic Courtès
Hi Michael, Michael Schierl skribis: > 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. It > is not ideal (not fully hygienic and does not support with-ellipsis), > but it works well enough to bootstra

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

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-u...@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. >> >