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

2023-02-04 Thread Maxime Devos
Why add Wisp? For Wisp: it is then available directly wherever Guile is available. This will make it much easier for people to follow tutorials. I'm not convinced of this argument, because package managers exist, but ... For Guile: - Wisp has proven to be good at enabling people to

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

2023-02-04 Thread Dr. Arne Babenhauserheide
Thank you for your review! Maxime Devos writes: >> Why add Wisp? >> For Wisp: it is then available directly wherever Guile is available. >> This will make it much easier for people to follow tutorials. > > I'm not convinced of this argument, because package managers exist, but ... > >>

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

2023-02-04 Thread Maxime Devos
On 04-02-2023 16:46, Dr. Arne Babenhauserheide wrote: [...] So I’d like to ask: can we merge Wisp as supported language into Guile? From some conversations elsewhere, I got the impression that (use-modules (foo)) will search for foo.scm and not in foo.w. I think you'll need to tweak the

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

2023-02-04 Thread Dr. Arne Babenhauserheide
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 scheme import would cause errors. > > If done carefully, I don't think this situations would h