This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Reload of a module


Alexander Asteroth wrote:
> 
> Hi!
> 
> How do I reload a module when its source code has changed?
> 

Explicitly doing a `load' of the file the module lives in will
force a reload.

 - Maciej