unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: David Pirotte <david@altosw.be>
Subject: Re: re-using a module
Date: Tue, 30 Mar 2004 13:13:11 -0300	[thread overview]
Message-ID: <20040330131311.652deeed.david@altosw.be> (raw)
In-Reply-To: <m3d66ufi50.fsf@multivac.cwru.edu>

On Tue, 30 Mar 2004 10:50:45 -0500
prj@po.cwru.edu (Paul Jarc) wrote:

> Viktor Pavlenko <vvp@rogers.com> wrote:
> > is there a way to reload a module in guile?
> 
> Untested black magic:
> (use-modules (aaa))
> (local-remove '(app modules aaa))
> (use-modules (aaa))

once a module has been used, unless you define new
symbols/functions/methods ... you can simply load the file

	(load "xxx.scm")


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


  reply	other threads:[~2004-03-30 16:13 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-30 15:34 re-using a module Viktor Pavlenko
2004-03-30 15:50 ` Paul Jarc
2004-03-30 16:13   ` David Pirotte [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-03-30 17:27 Viktor Pavlenko
2004-03-30 11:37 ` Issac Trotts
2004-03-31  5:47 ` Thien-Thi Nguyen
2004-04-01  1:01   ` Viktor Pavlenko
2004-04-01  5:12     ` Thien-Thi Nguyen
2004-04-03  5:17       ` Viktor Pavlenko
2004-04-03  5:38         ` Viktor Pavlenko
2004-04-01  5:21     ` Thien-Thi Nguyen
2004-03-30 18:33 Viktor Pavlenko

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=20040330131311.652deeed.david@altosw.be \
    --to=david@altosw.be \
    /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).