[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Possible language extension: colon-notation in an expression as shorthand for instance-specific method
- From: Mark Hamburg <mark@...>
- Date: Tue, 27 Jan 2009 11:14:11 -0800
The binding of an object and a method to produce a function
constitutes a reference to the object.
By the way, this is basically the same as C# delegates (a name I've
never quite fathomed).
Mark