Category:Smalltalk: Difference between revisions

Line 455:
ObjectiveC's message send, syntax and keyword format is a direct subset of the corresponding Smalltalk message send syntax. Also the semantic of its classes and instances are similar. However, the reflection and metaclass facilities of ObjectiveC are a small subset.
 
Java's container and stream class hierarchy has similarities to Smalltalk collection classes. MVC as used in many toolkits, hasunit beentesting inframeworks, Smalltalkrefactoring fortools aand longmany timedesign patterns originated in Smalltalk.
 
Self a descendent of Smalltalk, uses a similar syntax, blocks and exception facilities, but adds instance based inheritance, dynamic slots and mirrors.
Anonymous user