Re: RFC from a newbie: Method References

2000-12-18 Thread Jeremy Howard
Michael G Schwern wrote: > Hmmm... an object which contains a method reference which contains a > referent to itself. > Yup. I don't know why some people think that circular references are complex ;-) > > > Something like this would be nice in a class that creates method > > references--it would s

Re: RFC from a newbie: Method References

2000-12-18 Thread Michael G Schwern
On Sun, Dec 17, 2000 at 11:28:49PM +1100, Jeremy Howard wrote: > There's not necessarily any circular reference. The problem is that method > references are frequently used to implement event callbacks. This would > generally look something like this: Hmmm... an object which contains a method re