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]

Re: difficulty of writing translators


> ["variable" system using hooks]

yes, this is the best way.  once getters/setters comes into the
picture, the nature of the variable is procedural rather than simply
allocative.  procedures can be wrapped arbitrarily.  we can look at
advice.el in emacs for a complete implementation of hooks.

(just my 2c.)

thi