Re: [PATCH] add language/wisp to Guile?

2023-02-14 Thread Dr. Arne Babenhauserheide
Maxime Devos writes: > On 04-02-2023 22:35, Dr. Arne Babenhauserheide wrote: >> Maxime Devos writes: >> This needs an addition to the extensions via guile -x .w — I wrote that in the documentation. I didn’t want to do that unconditionally, because detecting a wisp file as s

Re: [PATCH] add language/wisp to Guile?

2023-02-14 Thread Dr. Arne Babenhauserheide
PS: So what’s still missing here is to avoid setting the locale. Do you happen to have a hint how to actually do this right? -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP signature

Re: [PATCH] add language/wisp to Guile?

2023-02-14 Thread Maxime Devos
> [...] That would be nice, but would require doing changes in a critical core part of Guile. It would change this addition from a risk-free added feature to a risky core change. I maintain that a new language shouldn't be merged until the Scheme-specific load path stuff is fixed/extended to w

Re: [PATCH] add language/wisp to Guile?

2023-02-14 Thread Matt Wette
You may be interested in the load-lang patch I generated a few years ago to allow file-extension based loading, in addition to '#land elisp" type hooks. https://github.com/mwette/guile-contrib/blob/main/patch/3.0.8/load-lang.patch Matt