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.
Static, strong
Static, weak
- C (type declaration -- also, plenty of ways to get around the type-system and do something type-unsafe!)
Dynamic, strong
Dynamic, weak
- Perl (loves to do implicit conversions ....)
See Also
This article is a stub. You can help BambooWeb by .