Notes on trying to get srfi-tools working.
Shawn Wagner
(19 Apr 2023 17:53 UTC)
|
Re: Notes on trying to get srfi-tools working.
Arthur A. Gleckler
(19 Apr 2023 21:47 UTC)
|
Re: Notes on trying to get srfi-tools working.
Shawn Wagner
(20 Apr 2023 00:08 UTC)
|
Re: Notes on trying to get srfi-tools working.
Lassi Kortela
(20 Apr 2023 09:19 UTC)
|
Re: Notes on trying to get srfi-tools working.
Lassi Kortela
(20 Apr 2023 09:34 UTC)
|
Re: Notes on trying to get srfi-tools working.
Daphne Preston-Kendal
(20 Apr 2023 09:48 UTC)
|
Re: Notes on trying to get srfi-tools working.
Shawn Wagner
(20 Apr 2023 09:53 UTC)
|
Re: Notes on trying to get srfi-tools working.
Arthur A. Gleckler
(22 Apr 2023 16:58 UTC)
|
Re: Notes on trying to get srfi-tools working.
Shawn Wagner
(20 Apr 2023 09:50 UTC)
|
Re: Notes on trying to get srfi-tools working.
Marc Nieper-Wißkirchen
(20 Apr 2023 09:58 UTC)
|
Re: Notes on trying to get srfi-tools working.
Shawn Wagner
(20 Apr 2023 10:04 UTC)
|
Re: Notes on trying to get srfi-tools working.
Daphne Preston-Kendal
(20 Apr 2023 10:07 UTC)
|
Re: Notes on trying to get srfi-tools working.
Lassi Kortela
(20 Apr 2023 10:40 UTC)
|
Re: Notes on trying to get srfi-tools working. Lassi Kortela (20 Apr 2023 10:00 UTC)
|
Re: Notes on trying to get srfi-tools working.
Lassi Kortela
(22 Apr 2023 05:47 UTC)
|
> Not all syntax-rules implementations are created equal, unfortunately. Is "tail patterns" incompatibility the culprit again? :-) Or something about hygiene or phasing. > I looked into how that library is actually used later on, and it turns > out it's in only one function in private/chibi-sxml.scm, and that only > a use of the let-optionals macro that would have worked with the more > limited version that comes in Chicken's core library. Oh well. It was > educational, at least. Right. If that's the only place, my vote is to patch our copy of chibi-sxml not to require the SRFI. The downside is that each upstream release of chibi-sxml will have to be patched, but that library is quite stable and probably won't get many essential upgrades.