Tagged Questions
5
votes
2answers
361 views
Why do I sometimes hear the term “lexical variable?”
I've seen the term "lexical variable" a few times, mostly in the context of closures. Paul Graham uses the term in his books on Lisp referring to variables defined using the let expression.
I ...