Re: Dynamically add bindings to the module currently being compiled
Vivien Kraus <[email protected]>
| Newsgroups | gmane.lisp.guile.user |
|---|---|
| Message-ID | <[email protected]> |
Le samedi 09 novembre 2024 à 22:57 +0100, Vivien Kraus a écrit : > With your precious help and some digging around, I produced the > attached code. Thank you! P.S. I am a bit perplexed by syntax-parameterize introducing (let () …) forms in the expansion but I think I can work around it by doing define-public instead of define.