chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Extensions and Scheme variable visibility


From: felix winkelmann
Subject: Re: [Chicken-users] Extensions and Scheme variable visibility
Date: Sun, 26 Jun 2005 00:07:28 +0200

On 6/24/05, Zbigniew <address@hidden> wrote:
> 
> Basically, I want to confirm I cannot restrict the visibility of
> things exported from an extension, or selectively import them.  This
> would require me to make things much less granular (i.e. combine .scm
> files together) to avoid including too much duplicate code.
> 

For this you would have to use the (syntax-case) module system.
Alternatively you might consider some internal prefix (like "mystuff:"
ot "##mystuff#"), which is the approach I usually take.


cheers,
felix




reply via email to

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