unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Han-Wen Nienhuys <hanwen@cs.uu.nl>
Cc: guile-devel@gnu.org, jantien@xs4all.nl
Subject: Re: Modules: first steps.
Date: Thu, 19 Sep 2002 22:38:32 +0200	[thread overview]
Message-ID: <15754.13768.385162.364296@blauw.xs4all.nl> (raw)
In-Reply-To: <87ofavghdw.fsf@zagadka.ping.de>

mvo@zagadka.ping.de 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   |   hanwen@cs.uu.nl   |   http://www.cs.uu.nl/~hanwen 


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


  parent reply	other threads:[~2002-09-19 20:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-15 23:42 Modules: first steps Han-Wen Nienhuys
2002-09-18 20:41 ` Marius Vollmer
2002-09-18 21:11   ` Tom Lord
2002-09-19  0:18   ` Han-Wen Nienhuys
2002-09-21 21:02     ` Marius Vollmer
2002-09-19 20:31   ` Han-Wen Nienhuys
2002-09-19 20:33     ` Rob Browning
2002-09-20 14:21     ` Martin Grabmueller
2002-09-20 22:40       ` Han-Wen Nienhuys
2002-09-19 20:38   ` Han-Wen Nienhuys [this message]
2002-09-21 21:07     ` Marius Vollmer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=15754.13768.385162.364296@blauw.xs4all.nl \
    --to=hanwen@cs.uu.nl \
    --cc=guile-devel@gnu.org \
    --cc=jantien@xs4all.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).