chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] hygienic chicken and load/link/import forms


From: felix winkelmann
Subject: Re: [Chicken-users] hygienic chicken and load/link/import forms
Date: Fri, 13 Jun 2008 12:02:57 +0200

On Fri, Jun 13, 2008 at 9:16 AM, Peter Bex <address@hidden> wrote:
>
> What makes "require" different from "require-library"?
>

"require" is a function, which only executes at run-time. "require-library"
would be a special form and expand differently, depending on whether
we perform static linking or dynamic linking (and such would expand into
"(declare (uses ...))" or "require").


cheers,
felix




reply via email to

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