Hi All,
Next GoF pattern would be Interpreter. Is there people for a session
tomorrow, Feb 26?
Interpreter (from study guide):
The Interpreter pattern is complex. It makes reference to and helps re-
enforce one's understanding of Flyweight and Visitor.
In wikipedia:
http://en.wikipedia.org/wiki/Interpreter_pattern
Opening question:
As the note says in Known Uses, Interpreter is most often used "in
compilers implemented in object-oriented languages...". What are other
uses of Interpreter and how do they differ from simply reading in a
stream of data and creating some structure to represent that data?
Cheers,
Miika