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 -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
