guile-devel
[Top][All Lists]
Advanced

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

Re: Modules: first steps.


From: Han-Wen Nienhuys
Subject: Re: Modules: first steps.
Date: Thu, 19 Sep 2002 22:38:32 +0200

address@hidden writes:
> I can't really say.  I myself have grown a bit tired of the
> bang-suffix, I have to say.
> 
> >  * How can I get a list of all the variables in a module (ok, I can
> >    figure that out by myself, but why is there no API entry for this?)
> 
> The module system hasn't completely arrived yet.  (And it is moving
> very slowly.)  Most of the things that aren't there have simply not
> yet been done.  A lot of stuff is there, but has not been documented
> yet since we are not sure if we want to keep it that way it is
> currently done.
> 
> That being said, we should definitely proceed in small steps.  The big
> module system overhaul is not going to happen, as far as I can see.

ok. How about a scm_export() function?

SCM
scm_export (SCM module, SCM namelist)
{
  scm_call_2 (SCM_VARIABLE_REF (module_export_x_var),
              module, names);
}

-- 

Han-Wen Nienhuys   |   address@hidden   |   http://www.cs.uu.nl/~hanwen 




reply via email to

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