Christopher Smith wrote:
For example, there's some cool things that come from having a language that has support for generic programming, overloaded operators, access to platform specific features but portable with fairly well defined performance costs (in terms of complexity), objects, lexically scoped resource management (and in particular destructors), static typing and multiple inheritence. These features can be combined for a very efficient declarative approach to resource management.
You described Java. :D PGA -- Paul G. Allen Owner, Sr. Engineer, BSIT/SE Random Logic Consulting Services www.randomlogic.com -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
