Introducing Cobra

David M. Cook dave at davidcook.org
Wed Jan 2 12:23:32 PST 2008


On Wed, Jan 02, 2008 at 10:50:50AM -0800, Chuck Esterbrook wrote:

> I think inheritance is sufficient:
> 
> class SymbolTable
>     inherits Dictionary<of String, Symbol>
>     pass
> 
> ...
> 
>     table = SymbolTable()

Good enough for me.  And the type inference elimimnates the

Foo foo = new Foo() 

nonsense.

Dave Cook



More information about the KPLUG-LPSG mailing list