Penguin
Diff: StaticallyTyped
EditPageHistoryDiffInfoLikePages

Differences between current version and previous revision of StaticallyTyped.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Sunday, March 7, 2004 2:48:52 am by PerryLorier
Older page: version 2 Last edited on Sunday, February 16, 2003 4:30:36 pm by CraigBox Revert
@@ -3,5 +3,5 @@
 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. 
  
 Opposite: DynamicTyping 
  
-Not to be confused with: StrictlyTyped or WeakTyped 
+Not to be confused with: StronglyTyped or WeakTyped