Penguin
Blame: StronglyTyped
EditPageHistoryDiffInfoLikePages
Annotated edit history of StronglyTyped version 2, including all changes. View license author blame.
Rev Author # Line
1 PerryLorier 1 A language that doesn't believe in treating all types as being more or less essentially the same thing, for instance a StronglyTyped language would throw an error on "1"+1, where as a WeaklyTyped language would either return "11" or "2" depending on the semantics of the language.
2
3 Compare: WeaklyTyped
4
2 PerryLorier 5 Not to be confused with StaticallyTyped, DynamicTyping.