Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

dynamic link

You are here: irt.org | FOLDOC | dynamic link

<compiler> A pointer from an activation record to the activation record for the scope from which the current scope was called at run time. This is used in a statically scoped language to restore the environment pointer on exit from a scope. To access a non-local variable in a dynamically scoped language, dynamic links are followed until a binding for the given variable name is found.

(1995-03-07)

Nearby terms: Dynamic Host Configuration Protocol « Dynamic HTML « DYnamic LANguage « dynamic link » dynamic link library » Dynamic Object-Oriented Requirements System » dynamic RAM

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb