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

From Expertiza_Wiki
Jump to navigation Jump to search
Line 2: Line 2:
==Overview==
==Overview==


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



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