This is the mail archive of the guile@sources.redhat.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: Q: how to organize a module?


Ivan Toshkov <ivant@ifao.net> writes:

> I'd like to know is there a correct way to divide a module in several
> files.

Currently, there is no supported way which is guaranteed to persist.
(This is because most things around the module system is in a state of
flux.)

For now, what you did (load) seems to be the best solution.

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