| Article: |
Advanced OOP: Multimethods | |
| Subject: | A question | |
| Date: | 2003-07-08 09:35:03 | |
| From: | cbthiess | |
|
First, I much-enjoyed the article. Multimethods are indeed an interesting topic. In fact, some common patterns, such as Visitors (double dispatch), are merely a means of getting around the single-dispatch limitations of languages.
|
||
Showing messages 1 through 1 of 1.
-
A question
2003-07-08 09:38:45 quilty [View]
Two languages to look at are CLOS and Dylan. Well, the first is an extension of Common Lisp, not a language per se. Haskell does something analogous too, but its FP paradigm is sufficiently far from OOP that it might not be an immediate example.


