Typing discipline: Weak
Weak typing discipline is defined as the opposite of strong typing discipline, and has as many versions of meaning. Usually a weakly typed language supports either implicit typing conversions, ad-hoc polymorphism or both.
- C (dialects: ANSI C, C11, C99, K&R C)
- ECMAScript (dialects: ActionScript, JavaScript)
- LOLCODE
- Lua
- MATLAB
- NetChains (dialects: NetChains)
- Objective-C
- PHP
- REXX
- Tcl
- Visual Basic (.NET)
- W