Version 17 of Selfish

Updated 2006-10-09 00:13:28 by MS

See http://people.fishpool.fi/~setok/proj/Selfish/ for preliminary implementation.

MJ -- Really nice work, after playing with it a bit, it really shows the power and ease of prototype based OO. However a [super] call is missing this will make inheritance less usefull than ik can be. See also self.


MJ -- Is this a bug in slot lookup?

 % set a [selfish::baseObject clone]
 ::selfish::0
 % ::selfish::slot ::selfish::baseObject test {} {puts test}
 foo
 % $a test
 SelfishError exception thrown: Could not find slot test

RLH -- Wasn't there more here before? MS: yes - MJ's code, I think. Now at SELF.


[ Category Object Orientation | Category Package ]