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

2024-01-20 Thread Damien Mattei
On Sat, Jan 20, 2024 at 9:07 PM Dr. Arne Babenhauserheide wrote: > > Damien Mattei writes: > > > > by keeping the same > > number of parenthesis, but they are just differents : ( ), { }, [ ] > > and it allow the use of infix expressions. > > Is your implementation of {} compatible with

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

2024-01-20 Thread Dr. Arne Babenhauserheide
Damien Mattei writes: > i just add a #; support in Scheme+ : > https://github.com/damien-mattei/Scheme-PLUS-for-Guile > Scheme+ is an extension syntax to Scheme. It goes in the opposite direction > of Wisp or Rhombus (based on Racket) Note that Wisp and Rhombus differ: Wisp is just Scheme

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

2024-01-20 Thread Dr. Arne Babenhauserheide
Damien Mattei writes: > On Sat, Jan 20, 2024 at 9:07 PM Dr. Arne Babenhauserheide > wrote: > Damien Mattei writes: > > by keeping the same > > number of parenthesis, but they are just differents : ( ), { }, [ ] > > and it allow the use of infix expressions. > > Is your implementation of

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

2024-01-20 Thread Damien Mattei
hello Christina, i just add a #; support in Scheme+ : https://github.com/damien-mattei/Scheme-PLUS-for-Guile Scheme+ is an extension syntax to Scheme. It goes in the opposite direction of Wisp or Rhombus (based on Racket) by keeping the same number of parenthesis, but they are just differents :