unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Marius Vollmer <mvo@zagadka.de>
Cc: guile-user@gnu.org
Subject: Re: Two questions about the guile module system
Date: 05 Apr 2003 19:17:35 +0200	[thread overview]
Message-ID: <87k7e8c18w.fsf@zagadka.ping.de> (raw)
In-Reply-To: <Pine.GSO.4.33.0304051833000.534-100000@sunanh>

Joris van der Hoeven <TeXmacs@math.u-psud.fr> writes:

> Yet another difference between Guile 1.3.4 and 1.6.3: I can no
> longer use 'use-modules' inside a function.  Why has this
> possibility been prohibited?

Statements like 'define-module', 'use-modules', 'export', etc are
meant to describe the environment of some code in a static way.  A
compiler should be able to interpret them at compile time.

Manipulating the module system at run-time is of course also
important, but we prefer to use more explicit code for it, like
the function 'module-use!'.

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405


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


      reply	other threads:[~2003-04-05 17:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-31  9:23 Two questions about the guile module system Joris van der Hoeven
2003-03-31 14:33 ` Marius Vollmer
2003-03-31 15:00   ` Joris van der Hoeven
2003-03-31 15:08     ` Marius Vollmer
2003-04-04 16:06       ` Joris van der Hoeven
2003-04-05 10:25       ` Joris van der Hoeven
2003-04-05 11:30         ` Marius Vollmer
2003-04-05 13:39           ` Joris van der Hoeven
2003-04-05 17:00             ` Marius Vollmer
2003-04-07 17:11               ` Paul Jarc
2003-04-08 12:39                 ` Marius Vollmer
2003-04-05 16:39           ` Joris van der Hoeven
2003-04-05 17:17             ` Marius Vollmer [this message]

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=87k7e8c18w.fsf@zagadka.ping.de \
    --to=mvo@zagadka.de \
    --cc=guile-user@gnu.org \
    /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).