dynamically-typed

From Wiktionary, the free dictionary
Archived revision by Twurl (talk | contribs) as of 05:05, 5 August 2019.
Jump to navigation Jump to search

English

Adjective

dynamically-typed (not comparable)

  1. (computing) belonging to a type system that checks the variable types at runtime.
    For example, C# distinguishes between "statically-typed" and "dynamically-typed" variables; uses of the former are checked statically, while uses of the latter are checked dynamically.
    You may not only change the content of a variable in a dynamically-typed language like PHP on the fly, but its type as well.

Antonyms

Hypernyms

Translations