apparently both this, and my effort, had independently discovered the idea of having 2 different this/self values (in my case, this was due to the issue of mixing delegation with class/instance, where I have delegation methods which accept the self which recieved the original method call, and normal virtual methods get the self from the object containing the method). however beyond this I suspect the object systems differ notably (my system is based mostly on the use of a class/instance system and interfaces).

IDC has what is called "Lieberman prototypes" :-

   http://web.media.mit.edu/~lieber/Lieberary/OOP/Delegation/Delegation.html

Aaron


_______________________________________________
fonc mailing list
[email protected]
http://vpri.org/mailman/listinfo/fonc

Reply via email to