CSC/ECE 517 Fall 2009/wiki1b 11 al: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 1: Line 1:
=Static Vs Dynamic Object Oriented Languages from the perspective of Performance=
=Static Vs Dynamic Object Oriented Languages from the perspective of Performance=
==Overview==
==Overview==
  “Tip 23: '''Always Use Source Code Control'''”
          – Hunt and Thomas, The Pragmatic Programmer [HT 00]
==Type Systems==
==Type Systems==
===Static Typing===
===Static Typing===

Revision as of 15:57, 21 September 2009

Static Vs Dynamic Object Oriented Languages from the perspective of Performance

Overview

 “Tip 23: Always Use Source Code Control” 
         – Hunt and Thomas, The Pragmatic Programmer [HT 00]

Type Systems

Static Typing

Dynamic Typing

Performance Comparison

Optimizations to Dynamic Languages

Case Studies

Conclusion

See Also

References