|
|
|
|
|
by dozzie
3234 days ago
|
|
> The conflation between 'strong' and 'static', and 'weak' and 'dynamic', is probably terminal at this point, Type system of C is weak and static. Type system of JavaScript is weak and dynamic. Type system of Lisp is strong and dynamic. Type system of OCaml is strong and static. Type system of Python is dynamic. It may be strong or weak, depending on your
opinion about duck typing (does it weaken the type system or not?). |
|
Awk and Perl are not weakly typed in the same sense that C is weakly typed.