CSC/ECE 517 Fall 2010/ch7 7a ed: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 1: Line 1:
=Novel Implementations of Design Patterns in Dynamic Languages=
=Novel Implementations of Design Patterns in Dynamic Languages=
Dynamic languages such as Ruby and Javascript allow many novel implementations of design patterns which would not be possible or feasible in complied languages such as Java and C. Language features only available in dynamic languages give developers an increased amount of flexibility in how they can implement design patterns. These language features and the some examples of the implementations they allow are detailed in this section.


=References=
=References=

Revision as of 03:30, 2 December 2010

Novel Implementations of Design Patterns in Dynamic Languages

Dynamic languages such as Ruby and Javascript allow many novel implementations of design patterns which would not be possible or feasible in complied languages such as Java and C. Language features only available in dynamic languages give developers an increased amount of flexibility in how they can implement design patterns. These language features and the some examples of the implementations they allow are detailed in this section.

References