guile-user
[Top][All Lists]
Advanced

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

Re: install directories


From: Marius Vollmer
Subject: Re: install directories
Date: 25 Feb 2001 22:01:09 +0100
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7

Neil Jerram <address@hidden> writes:

> For example, from guile-xlib: `x-open-display!' is a primitive that
> is intended to be exported; whereas `x-change-gc!' is a primitive
> that I might not want to export, but instead use in the Scheme part
> of guile-xlib to define exported procedures like
> `x-set-line-width!'.

Can't you make that distinction in the Scheme file, using an
approriate `export' statement?  If you have additional non-trivial
code in the Scheme file, I find it more natural to have the list of
exported bindings there as well.



reply via email to

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