I can accept that a variable is a container that a symbol points to. That reminds me of a memory address in C. That also seems to imply that the variable can change and hence the value associated with a symbol can change.
What is the container/variable for this construct in C??? #define PI 3.14159 Likewise in Scheme.... (define pi 3.14159) There really isn't an obvious address in the picture in these cases. Chris -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
