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]

environments update



Hi,

I've implemented the unmemoize protocoll.  So undefine and shadowing
works now:

(define a 1) (define (b) (display a)) 
(b)  -> 1
(undefine a) (b) -> unbound error


--> ftp://ftp.tfh-berlin.de/pub/incoming/guile-module-hack-23-5.tar.gz


Jost

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