This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: reexport-from-module


lutter@cise.ufl.edu (David C. Lutterkort) writes:

> I find it much easier to look at twenty lines of export, export-syntax and
> reexport-from-module 'declarations' to understand the interface of a module
> than having to look through hundreds of lines of code with define-public. I
> never use define-public for this reason.

define-public should be deprecated.  export is probably an OK way for now,
and it's definetly better than 'define-public', which I also never use in
my own code.

-russ