Metaclasses?

Michael van der Gulik squeakml at gulik.co.nz
Wed Oct 13 22:37:20 UTC 2004


Michael van der Gulik wrote:
> Hi all.
> 
> I'm getting confused. This is an actual problem I've come across in DPON 
> (my vapourware project).
> 
> Now, in DPON, objects can be replicated. E.g. a Symbol (like #me) can be 
> replicated. To do so, you need to implement
> 
> Symbol class>>replicationAlgorithm

Correction: here I meant [Symbol replicationAlgorithm].
Sorry about that.

> 
> to return the replication algorithm. Classes themselves also need to be 
> replicated. In that case, I implement
> 
> Symbol class>>replicationAlgorithm





More information about the Squeak-dev mailing list