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

dynamic typing

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

<programming> Enforcement of type rules at run time as opposed to compile time. Dynamic typing catches more errors as run-time exceptions than static typing.

Tcl, Perl, PHP, Python and Visual Basic are examples of dynamically typed languages. A dynamically typed language may have strong typing or weak typing.

(2004-07-20)

Nearby terms: dynamic scoping « Dynamic Systems Development Method « dynamic translation « dynamic typing » DYNAMO » Dynix » Dynix Automated Library Systems

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