guile-user
[Top][All Lists]
Advanced

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

Re: re-using a module


From: David Pirotte
Subject: Re: re-using a module
Date: Tue, 30 Mar 2004 13:13:11 -0300

On Tue, 30 Mar 2004 10:50:45 -0500
address@hidden (Paul Jarc) wrote:

> Viktor Pavlenko <address@hidden> 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")




reply via email to

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