guile-devel
[Top][All Lists]
Advanced

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

Re: Value history implementation


From: Neil Jerram
Subject: Re: Value history implementation
Date: 16 Nov 2000 22:31:48 +0000

>>>>> "Neil" == Neil Jerram <address@hidden> writes:

    Neil> Well, a value history implementation has been on the Guile
    Neil> wish list for some time, and I couldn't resist having a go
    Neil> at it.

For anyone trying this, a small fix: the lines

(read-hash-extend #\#
                  (lambda (c port)
                    (get-value-history-value (read port))))

should of course be

(read-hash-extend #\#
                  (lambda (c port)
                    `(get-value-history-value ,(read port))))

Regards,
        Neil



reply via email to

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