Re: [PATCH v3] docs/match: pattern matcher example makeover

2023-02-02 Thread David Pirotte
> > - > > style: switch to "Indiana style", bracketing lets and clauses > > -- > > After spending much time looking at the examples in black & white > > to edit the texinfo document, it occurred to me just how much the > > brackets improve legibility. Not at all - and quite annoying. imo. So i'd

Re: Add internal definitions to derived forms

2023-02-02 Thread lloda
Guile already allows mixed definitions and expressions in let bodies (since 2.9.4), which isn't in any of the Scheme reports. It's up to authors to avoid or isolate Guile extensions if they want to remain rnrs compatible, and this patch doesn't change that. Being able to put definitions in th