DYNAMIC TYPING
\da͡ɪnˈamɪk tˈa͡ɪpɪŋ], \daɪnˈamɪk tˈaɪpɪŋ], \d_aɪ_n_ˈa_m_ɪ_k t_ˈaɪ_p_ɪ_ŋ]\
Sort: Oldest first
-
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.
By Denis Howe