On 11/28/06, Tony Caduto <tony_caduto@xxxxxxxxxxxxxxxxxxxx> wrote:
Thomas Kellerer wrote: > > > And who cares if my bytecode knows something about Generics as long as > the application runs at a good speed? > I totally agree about generics, nice to have but not really needed.
I dont like generics as much as c++ templates, but both are far better than inheritance style oo, imo. c++ with STL, more than any other language (except for possibily D, which I'm looking at) allows me to write fast code with minimum effort. merlin