On Fri, Nov 20, 2009 at 6:53 AM, Chris Double <[email protected]>wrote:
> If I have a running Ikarus repl and have imported a library, I then > make changes to that library, how can I reload or re-import that > library so that the changes are visible, without restarting Ikarus? > > If I do (import (mylib)) again it doesn't seem to reload it - am I > doing something wrong? > Hi This is not possible in Ikarus, however to add that functionality is only a few lines (and I have done so in IronScheme's REPL). I am still unsure why Aziz does not allow this in Ikarus's REPL. Cheers leppie http://codeplex.com/IronScheme http://xacc.wordpress.com
