Re: Making code compatible with different versions of Guile— #:declarative?

2024-09-10 Thread Damien Mattei
On Sat, Sep 7, 2024 at 7:52 PM Maxime Devos wrote: > > > > IIRC doing (set! some-variable some-variable) on the top-level on a > variable of the module makes the module non-declarative by default, but > please check the manual for details (there is some information on this, I > don’t recall the n

Proposal: Identifier properties for Guile

2024-09-10 Thread Daphne Preston-Kendal
Hi! I want to implement identifier properties a la SRFI 213 in Guile’s psyntax. These will be in R7RS Large (in the fascicle on macros coming out Real Soon Now), and are in fact the only major macro feature Guile is missing from R7 Large. I want