On 3/22/07, Sean Coates <[EMAIL PROTECTED]> wrote:
That said, I like the idea of a first class callable object. For the example above, doing this:class SortByKey implements Callable {}
Note that this is what Java did since day one (it was thought that anonymous inner classes were good enough). I heard that nowadays people seem to think differently; apparently there are multiple closure proposals for JDK 7. Regards, Michael -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
