| Article: |
Advanced OOP: Multimethods | |
| Subject: | Smalltalk?!? | |
| Date: | 2003-06-05 07:26:25 | |
| From: | larsga | |
|
It seems strange to describe the style of method invocation used in mainstream OO languages today as descended from SmallTalk, which has very different syntax as well as a different notion of what a method is (message vs method).
|
||
Showing messages 1 through 1 of 1.




Obviously, Smalltalk *syntax* is a lot different from that of C++, Perl, Python. Ruby blocks look a bit Smalltalk-ish. But the contrast I had in mind was in the semantics, where CLOS' generic functions differ from Simula/Smalltalk descendent's message passing. By pointing to a language with a notably different syntax, the point about identifying a common underlying semantics is further emphasized.
- David