@wingoAndy Wingo
@cwebberChristine Lemmer-Webber
@fd9aFd9a
@boo_Klara! ❤️
@hako🗃️
@simendsjo
Question for #guile #scheme kings and queens.
I have a module A [(define-module A ….) ] and module B that's code-generated (not macros-way the writing strings to file way) that has [#:use-module A] statement in it.
At some procedure part of module A I want to import and use one variable from module B. I want it to happen only EXACTLY when this branch of code is called.
Is that even possible? Circular dependency = ⚰️ ?