Re: Mutating public bindings of a declarative module

2019-11-25 Thread Ludovic Courtès
Hello! Andy Wingo skribis: > On Sun 24 Nov 2019 18:54, Ludovic Courtès writes: > >> It seems that if you ‘set!’ a public variable of a declarative module, >> the change is visible to all the module users, but it’s not necessarily >> visible to procedures within that module, presumably because t

Re: Mutating public bindings of a declarative module

2019-11-25 Thread Andy Wingo
Hi :) On Sun 24 Nov 2019 18:54, Ludovic Courtès writes: > It seems that if you ‘set!’ a public variable of a declarative module, > the change is visible to all the module users, but it’s not necessarily > visible to procedures within that module, presumably because they use an > inlined or speci

Re: Mutating public bindings of a declarative module

2019-11-24 Thread Amirouche Boubekki
Le dim. 24 nov. 2019 à 18:54, Ludovic Courtès a écrit : > > Hello! > > It seems that if you ‘set!’ a public variable of a declarative module, > the change is visible to all the module users, but it’s not necessarily > visible to procedures within that module, presumably because they use an > inlin