guile-devel
[Top][All Lists]
Advanced

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

Re: set-current-module broken in current Guile CVS version


From: Dirk Herrmann
Subject: Re: set-current-module broken in current Guile CVS version
Date: Sun, 31 Dec 2000 15:38:44 +0100 (MET)

On Fri, 29 Dec 2000, Dirk Herrmann wrote:

> Below is a sketch for a possible implementation for the second solution.
> It's just an idea, that you should be able to try out if you put it into a
> script.  Comments are welcome, better solutions as well :-)

Well, the proposed solution does not work in practice, because the code
entered on the command line gets wrapped in a lambda.  Definitions made
there will therefore not end in the selected top level environment.  
Maybe it can be solved if not using dynamic-wind, but this has the
disadvantage that in case of errors or continuation calls the behaviour
may be strange.

Best regards,
Dirk Herrmann




reply via email to

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