guile-devel
[Top][All Lists]
Advanced

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

Re: What replaces scm_register_module_xxx (Doc update?)


From: Neil Jerram
Subject: Re: What replaces scm_register_module_xxx (Doc update?)
Date: 17 Aug 2002 12:05:43 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>>>> "Dirk" == Dirk Herrmann <address@hidden> writes:

    Dirk> On 12 Aug 2002, Marius Vollmer wrote:

    >> A Guile module is a data structure with the features described in the
    >> following sections.  You can work directly with the data structure in
    >> your programs, but normally you refer to them indirectly via the
    >> familiar hierachical names like @code{(ice-9 popen)}.

    Dirk> I think it would be helpfull to explain that there is no relationship
    Dirk> between modules named (a b) and (a b c).  People might assume that 
there
    Dirk> is some subset/superset relationship.  Especially since I remember 
that
    Dirk> once there was such a concept in guile.

There still is.  In this case, and assuming that both modules have
been loaded, there is a variable named `c' in (a b) whose value is the
module (a b c).

        Neil





reply via email to

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