|
From: Charles Z. <cha...@ya...> - 2021-01-19 15:50:27
|
fwiw, I did look into doing this when I added a a bunch of other shadows, but I concluded that there needs to be some genuine thought put into whether to use the host or xc gensym depending on whether the host or xc uses its macroexpander to call the gensym, to prevent leakage, so shadowing it might just cause the opposite problem of needing cl:gensym in just as many places. But you may find that it does work out better to shadow it. On Tue, Jan 19, 2021 at 10:41, Douglas Katzman via Sbcl-devel<sbc...@li...> wrote: _______________________________________________ Sbcl-devel mailing list Sbc...@li... https://lists.sourceforge.net/lists/listinfo/sbcl-devel |