inheritance in Self

Steve Dekorte steve at dekorte.com
Thu Sep 19 00:15:12 UTC 2002


Do I have this right?:

1. The Object proto delegates to the Lobby (so lookup for "globals" in 
objects inheriting from the Object proto get found)
2. The Lobby is an instance of an Object(so it can deal with messages 
like "respondsTo:" etc)

If so, how are lookup loops avoided? (Something not found in the Object 
proto goes to the lobby, isn't found there so it gets sent to the Object 
proto)

Cheers,
Steve





More information about the Self-interest mailing list