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
- Re: A tentative list of vtable functions Jarkko Hietaniemi
- Re: A tentative list of vtable functions Nathan Torkington
- Re: A tentative list of vtable functions Dan Sugalski
- Re: A tentative list of vtable functions Dan Sugalski
- Re: A tentative list of vtable functions Bradley M. Kuhn
- Re: A tentative list of vtable functions Dan Sugalski
- Re: A tentative list of vtable function... Bryan C . Warnock
- other parts of the guts playing wi... Bradley M. Kuhn
- Re: A tentative list of vtable functions Ken Fox
- Re: A tentative list of vtable functions Nick Ing-Simmons
- Re: A tentative list of vtable function... Dan Sugalski
- Re: A tentative list of vtable fun... Ken Fox
- Re: A tentative list of vtable... Nick Ing-Simmons
- Re: A tentative list of vtable... Ken Fox
- Re: A tentative list of vtable... Dan Sugalski
- Re: A tentative list of vtable... Dan Sugalski
- Re: A tentative list of vtable... Nathan Torkington
- Re: A tentative list of vtable... Nick Ing-Simmons
- Re: A tentative list of vtable functions David L. Nicol
- Re: A tentative list of vtable functions Nick Ing-Simmons
- Re: A tentative list of vtable functions Nick Ing-Simmons
