Re: [PATCH] add SRFI-119 / language/wisp to Guile? (new patch, squashed)

2024-01-19 Thread Dr. Arne Babenhauserheide
Christina O'Donnell writes: > On 09/01/2024 07:05, Dr. Arne Babenhauserheide wrote: >> It’s a new year — any chance for one more look whether adding SRFI-119 >> in Guile is ok to merge? > > As a disclaimer, I'm a Scheme newbie, but I think my opinion may have /some/ > value. > On its own, Wis

Re: [PATCH] add SRFI-119 / language/wisp to Guile? (new patch, squashed)

2024-01-19 Thread Christina O'Donnell
Hi Ricardo, #; works in Guile. Ah, that's my bad. - Christina

Re: [PATCH] add SRFI-119 / language/wisp to Guile? (new patch, squashed)

2024-01-19 Thread Ricardo Wurmus
Christina O'Donnell writes: > Likewise, commenting code in scheme is a pain because code-commenting > is done by > line. R6RS comments (#;) aren't implemented in Guile to my knowledge. So > parenthesis aware commenting is left up to the editor to implement. #; works in Guile. -- Ricardo

Re: [PATCH] add SRFI-119 / language/wisp to Guile? (new patch, squashed)

2024-01-19 Thread Christina O'Donnell
Hi Arne, On 09/01/2024 07:05, Dr. Arne Babenhauserheide wrote: > It’s a new year — any chance for one more look whether adding SRFI-119 > in Guile is ok to merge? As a disclaimer, I'm a Scheme newbie, but I think my opinion may have /some/ value. On its own, Wisp seems like a better syntax for

Re: [PATCH] add SRFI-119 / language/wisp to Guile? (new patch, squashed)

2024-01-19 Thread Dr. Arne Babenhauserheide
Hi, I just got the most beautiful feedback on Wisp as a Scheme primer, so I would like to nag about inclusion of SRFI-119 into Guile again: »I tend to use [Wisp] as a Scheme primer for colleagues that are used to Python but want to explore the realms of functional programming without … hav