Penguin
Blame: StaticallyTyped
EditPageHistoryDiffInfoLikePages
Annotated edit history of StaticallyTyped version 3, including all changes. View license author blame.
Rev Author # Line
1 PerryLorier 1 !!!Static Typing
2
2 CraigBox 3 Static Typing is doing all your type analysis at compile time. [ML], [C], [C++] are all examples of static typing. A language which is statically typed does not necessarily mean you have to declare your types. Many languages look at how a variable is used and deduce the type from that.
1 PerryLorier 4
5 Opposite: DynamicTyping
6
3 PerryLorier 7 Not to be confused with: StronglyTyped or WeakTyped