This is the mail archive of the guile@sources.redhat.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]

question about comments in eval.c


in libguile/eval.c, i found the following comment:

   Memoization of variables and special forms is done while executing
   the code for the first time.

i think i understand what memoization of procedures and special forms
means, but i don't understand what memoization of variables is
supposed to mean.

can anyone shed some light on this?  (perhaps a pointer to an online
reference?)

(i only found a small amount of info in sicp about memoization, and
that didn't clear things up for me...)

thanks in advance.

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