CSC/ECE 517 Fall 2009/wiki2 design pattern static dynamic

From Expertiza_Wiki
Revision as of 19:12, 8 October 2009 by Kanke (talk | contribs) (Design Patterns from a Static/Dynamic Point of View)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Design Patterns from a Static/Dynamic Point of View

Clearly, Ruby offers more concise realizations of certain design patterns than Java does. Is this typical of dynamic o-o languages? Are there design patterns that any dynamically typed language can realize better than a statically typed language? Are there instances when a different pattern should be used in a dynamic language than a static language?

Introduction

Design Pattern

Static/Dynamic Type Language

Example

Conclusion