Spritely Networked Communities Institute -- Spritely Institute
[https://spritely.institute/] - - public:mzimmerm
At the heart of Spritely is Goblins, its distributed object programming environment.
At the heart of Spritely is Goblins, its distributed object programming environment.
Single dispatch vs. multiple dispatch in OO - single dispatch is late binding looking for objects supporting message by name; multiple dispatch late binding looks for message by name and argument types.
An object is a first-class, dynamically dispatched behavior.