dynamically typed

A language in which types are discovered at execution time; the opposite of statically typed. VBScript and Python are dynamically typed, because they figure out what type a variable is when you first assign it a value.

Programming Dictionary

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.