This is the mail archive of the
guile@sourceware.cygnus.com
mailing list for the Guile project.
Re: tie variable
- To: guile at sourceware dot cygnus dot com
- Subject: Re: tie variable
- From: Klaus Schilling <Klaus dot Schilling at munich dot netsurf dot de>
- Date: Sat, 25 Mar 2000 06:28:22 +0100 (CET)
- Reply-To: Klaus dot Schilling at munich dot netsurf dot de
Here we've been only talking about tie variables for usage with emacs
guile. But there are a lot more usages for tie variables. Is there a
general recipe how to implement them with goops?
A simple usage of ties are if one wants to store the value of a
variable to some disk file and update it anytime it changes in the
program. Could that be used as an example?
Klaus Schilling