Xref: utzoo comp.lang.c++:3103 comp.lang.lisp:1689 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!pasteur!ames!oliveb!pyramid!nsc!versatc!mips!prls!philabs!linus!john From: john@linus.UUCP (John D. Burger) Newsgroups: comp.lang.c++,comp.lang.lisp Subject: Re: C++ vs. Other OOLs Message-ID: <51048@linus.UUCP> Date: 21 Apr 89 22:43:44 GMT Organization: The MITRE Corporation, Bedford MA Lines: 11 I've never used C++, but I've heard that C++ is not simply an extension to C, but is extra-C, in that the syntaxes are different. This is as opposed to CLOS and (again, I've heard) Objective-C. If this is indeed the case, then C++ can't be written in C, but requires preprocessing. CLOS is written in CommonLisp, which is one reason that it can be quite portable. This seems to me to be a minus for C++ from both an engineering and a human-factors point of view. John