dynamic typing

dynamic typing

(programming)Enforcement of type rules at run time asopposed to compile time. Dynamic typing catches more errorsas run-time exceptions than static typing.

Tcl, Perl, PHP, Python and Visual Basic are examplesof dynamically typed languages. A dynamically typed languagemay have strong typing or weak typing.