Earlier quoted context omitted.
I played around with Squeak many years ago, but might appreciate it more now. What recently spurred more confusion on this topic was Alan Kay's discussion with Rich Hickey during the AMA the other day. https://news.ycombinator.com/item?id=11945722 I found it really hard to understand what Alan Kay is actually talking about. Saying things like > This is why "the objects of the future" have to be ambassadors that can n…
Probably totally wrong but here is what I took away: It kind of reminds me of bounded contexts like the ones from http://martinfowler.com/bliki/BoundedContext.html When being complex information systems you ended with subtle drifting in what something actually means from person to person or over time. More directly in regards to having ambassadors working with unseen objects: Seems like you would need some shared "la…
And it also reminds me of https://en.wikipedia.org/wiki/Smart_contract and one can see how different block-chains need different interpreters to understand what computation are needed in order to "execute" the message.
About intential programming, see DCI http://www.fulloo.info/
>The essence of object orientation is that networks of collaborating objects work together to achieve a common goal. > The common sense of object oriented programming should reflect this essence with code that specifies how the objects collaborate. Our industry has, unfortunately, chosen differently and code is commonly written in terms of classes. > A class tells us everything about the properties of the individual objects that are its instances. It does not tell us anything about how these instances work together to achieve the system behavior.