Re: YAVTBL: yet another vtbl scheme

2000-09-06 Thread Nick Ing-Simmons
Benjamin Stuhl <[EMAIL PROTECTED]> writes: >All - >I fail to see the reason for imposing that all >variables >"know" how to perform ops upon themselves. An operation is >separate from the data it operates on. Therefore, I propose >the following vtbl scheme, with two goals: > 1. that the mini

Re: YAVTBL: yet another vtbl scheme

2000-09-05 Thread Chaim Frenkel
> "BS" == Benjamin Stuhl <[EMAIL PROTECTED]> writes: BS> variables BS> "know" how to perform ops upon themselves. An operation is BS> separate from the data it operates on. Therefore, I propose BS> the following vtbl scheme, with two goals: The point is to avoid the switches. There is no ne