At 07:58 PM 9/9/00 +0000, Nick Ing-Simmons wrote:
>Ken Fox <[EMAIL PROTECTED]> writes:
> >Short
> >circuiting should not be customizable by each type for example.
>
>We are already having that argument^Wdiscussion elsewhere ;-)
>
>But I agree variable vtables are not the place for that.

As do I, up to a point. For something like:

   @foo = @bar || @baz;

I have no problem with the call sequence looking like (pseudo-codish here):

    set_context(ARRAY, ASSIGN);
    foo->store(bar->log_or(bar, baz));

and having the log_or function do whatever it deems appropriate with its 
arguments, up to and including a stringified version of Larry's kids names 
in kanji...

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to