YAVTBL: yet another vtbl scheme

2000-09-05 Thread Benjamin Stuhl
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 minimal vtbl be just that, minimal 2. that it be

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 need for a