Typed and untyped languages
Encyclopedia : T : TY : TYP : Typed and untyped languages
In computer science, some programming languages are typed and some are untyped. Regardless of static or dynamic checking, a language can be strongly typed or weakly typed. This article categorizes languages by a type system.
Languages can perform type-checking either statically or dynamically. Statically implies the type-checking is done on code compilaton. Dynamic refers to type-checking being done at run-time. See Dynamically_typed and Static_typing#Static and dynamic type checking in practice. For a definition of strong and weak languages, see Strongly-typed_programming_language.
The syntax of the following headings is of
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.Static, strong
Static, weak
Dynamic, strong
Dynamic, weak
See also
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
