guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: custom module loading and compilation


From: Paul Jarc
Subject: Re: custom module loading and compilation
Date: Thu, 23 May 2024 17:05:17 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

I wrote:
> This works when I run Guile with --no-auto-compile, but with
> compilation enabled, I get:
> ;;; Unbound variable: my-load
> How can I make the binding visible to the compiler?

In case anyone else runs into this: I solved it by wrapping the
definition of my-load in (eval-when (expand eval load) ...).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]