Re: Advice for importing things in a Guile module

2023-12-25 Thread Maxime Devos
Op 29-06-2023 om 11:35 schreef Zelphir Kaltstahl: What can I do to use everything from rnrs base, except where things clash and avoid the warnings? Set #:duplicates to (last), and order things from low-preference to high preference (like you are doing currently). Alternatively, set it to

Re: Advice for importing things in a Guile module

2023-12-24 Thread Zelphir Kaltstahl
Hello Guile Users! Does anyone know more about this? I wish you all a merry Christmas or other holiday you might be celebrating. Zelphir On 6/29/23 11:35, Zelphir Kaltstahl wrote: Hello Guile Users! Due to https://lists.gnu.org/archive/html/guile-user/2023-06/msg00020.html I am currently

Advice for importing things in a Guile module

2023-06-29 Thread Zelphir Kaltstahl
Hello Guile Users! Due to https://lists.gnu.org/archive/html/guile-user/2023-06/msg00020.html I am currently relying on `define-module', instead of `library'. However, I have not found a way to do the `(import (except (something) excluded-binding ...))' thing. So I have imports looking like