× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Pardon my denseness here ... but what does 'lexical' mean in this context?

> Another dense David here : I didn't understand either.

Lexical scoping is when local variables are scoped to the code; dynamic scoping is when they're scoped to the invocation of the code.

Looking up scoping on Wikipedia, I was reminded of a consequence of purely lexical vs. purely dynamic scoping that I'd forgotten in the 2 decades since I got my sheepskin: with purely lexical scoping, variables not defined within the most local block will resolve according to the nesting of blocks in the code, whereas in purely dynamic scoping, they will resolve according to the invocation stack.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.