Re: [vos-d] Re: [OFF] typing

2006-03-14 Thread Reed Hedges
On Tue, Mar 14, 2006 at 03:26:28PM +0800, Lalo Martins wrote: Not really... you can *emulate* dynamic typing on a more static language like C++, but you only get dynamic typing between subclasses of a given root point (RefCounted in the case of VOS, IIRC). In fact, vRef is one of the best

Re: [vos-d] Re: [OFF] typing

2006-03-13 Thread Hugh Perkins
Lalo, On 3/14/06, Lalo Martins [EMAIL PROTECTED] wrote: And you can constrain even that using slots.If you're interested,contact me in private :-) otherwise, just record the fact that it's possible.(A class with slots makes all attribute assignments failunless the attribute name is in the slots