Tagged Questions
12
votes
14answers
1k views
What's that CS “big word” term for the same action always having the same effect
There's a computer science term for this that escapes my head, one of those words that ends with "-icity".
It means something like a given action will always produce the same result, IE there won't ...
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 ...