Miguel Mendez <[EMAIL PROTECTED]> types: > On Wed, Mar 06, 2002 at 09:38:42PM -0600, Mike Meyer wrote: > > That is true. C++ is as ugly as C, but has all the problems of Object > > Orient Languages. > What are you smoking? :-) No language in this world fits OS development > better than C. IMHO is one of the most beautiful languages ever created. > It's simple, small and efficient. And it requires you to know what you > are doing, but I consider that a feature. C resembles assembler on many > of it's constructs.
C makes a good portable assembler, and that's what I use it for. That makes it nearly OS development and systems level applications work. In other domains, this can be a serious problem. The only real problem with C is the type decleration syntax. C is the only language I've ever run into that someone - and someone bright, at that - felt the need to write a tool for explaining what a variable declaration meant, or one to translate from english to the language in question. <mike -- Mike Meyer <[EMAIL PROTECTED]> http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message