Re: linux and C++

Dale Amon (amon@vnl.com)
Tue, 6 Jul 1999 22:49:53 +0100 (BST)


I've personally always had a preference for ObjC
over the bloat of C++. Beautiful simplicity that
barely touches the C syntax (in fact can be done
as little more than macros) and if well written
gives clean understandable code without a lot
of hidden overhead.

However I don't think I'd use inheritance on
a scheduler object other than for academic
papers :-)

There are times to KISS...

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/