On Tue, 26 Jun 2007, AndrevanTonder wrote: > Even Oleg's names did not do well with lexical scoping since they were > not indivisible units, so one could shadow parts of the compound > identifier individually like so: > > [erroneous example snipped]
A better example is given by Al Petrofsky in the original thread: (let ((x (point x foo))) (if (= x (point x bar)) <something>)) would not work due to shadowing of part of the compound name by x. Andre _______________________________________________ r6rs-discuss mailing list r6rs-discuss@lists.r6rs.org http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss