|
|
|
|
|
by FabHK
54 days ago
|
|
> I don’t understand why self is placed in the list instead of smalltalk. The article explains that: > Smalltalk inherited the notion of a value and its type from earlier languages, and implemented the idea of a class. All objects had a class that gave their type, and the class was used to construct objects of that type. Self disposed of the notion of class and worked solely with objects. As this is a purer form, I have chosen Self as the type specimen for this ur-language. |
|