Xref: utzoo comp.lang.c++:1958 comp.sys.next:717 Path: utzoo!attcan!uunet!mcvax!enea!dkuug!iesd!fischer From: fischer@iesd.uucp (Lars P. Fischer) Newsgroups: comp.lang.c++,comp.sys.next Subject: Re: Objective-C vs C++ Message-ID: <998@iesd.uucp> Date: 9 Nov 88 20:23:47 GMT References: <8335@nlm-mcs.arpa> <3438@jpl-devvax.JPL.NASA.GOV> Reply-To: fischer@iesd.dk (Lars P. Fischer) Organization: Dept. of Comp. Sci., Aalborg University, Denmark Lines: 17 In article <3438@jpl-devvax.JPL.NASA.GOV> david@beowulf.JPL.NASA.GOV (David Smyth) writes: >I think it was and is a good idea for any new language to generate C as >an assembly language, like cfront does. Making a compiler generate some high-level language is easier than making it generate machine code. If you're going to implement a compiler for some new or experimental language, this is an effective way to go. But please note that this has nothing to do with the language, it's an implementation technique. The AdaVantage Ada compiler for the Mac generates C. The GNU C++ compiler generates machine code. This is all up to the compiler writer, not the language designer. -- Lars Fischer, fischer@iesd.dk, {...}!mcvax!diku!iesd!fischer We must remove the TV-induced stupor that lies like a fog across the land. - T. H. Nelson