Found 1 hit - Term: dynamic scope, Database: *, Strategy: prefix
- [1] : The Free On-line Dictionary of Computing (27 SEP 03)
dynamic scope
in a dynamically scoped language, e.g. most
versions of lisp, an identifier can be referred to, not
only in the block where it is declared, but also in any
function or procedure called from within that block, even if
the called procedure is declared outside the block.
this can be implemented as a simple stack of identifier,
value pairs, accessed by searching down from the top of stack
for the most recent instance of a given identifier.
the opposite is lexical scope. a common implementation of
dynamic scope is shallow binding.
1996-07-11
see also:
lisp identifier lexical scope shallow binding
Results 1 - 5 of 5 found about dynamic scope: Dynamic
>> D Words
Dynamic, definition of term: Dynamic
dynamic_pag1.html Dynamic Link
>> D Words
Dynamic Link, definition of term: Dynamic Link
dynamic+link_pag1.html Dynamic Binding
>> D Words
Dynamic Binding, definition of term: Dynamic Binding
dynamic+binding_pag1.html Dynamic Random
>> D Words
Dynamic Random, definition of term: Dynamic Random
dynamic+random_pag1.html Dynamic Data Ex
>> D Words
Dynamic Data Ex, definition of term: Dynamic Data Ex
dynamic+data+ex_pag1.html
Last accessed:2008/09/08 05:12:07 [Total processing time: 1 seconds] |