Xref: utzoo comp.object:1648 comp.lang.c++:9177 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!mcdchg!chinet!patrickd From: patrickd@chinet.chi.il.us (Patrick Deupree) Newsgroups: comp.object,comp.lang.c++ Subject: Re: What is Objective C? Message-ID: <1990Aug23.151011.12954@chinet.chi.il.us> Date: 23 Aug 90 15:10:11 GMT References: <3864@bingvaxu.cc.binghamton.edu> Organization: The Whitewater Group, Evanston, IL Lines: 20 In article <3864@bingvaxu.cc.binghamton.edu> cjoslyn@bingvaxu.cc.binghamton.edu (Cliff Joslyn) writes: > >Well, the subject line says it all. What is Objective C? How does it >compare with C++? What is the title of a good book? > I believe that Objective C is an actual Object Oriented C compiler whereas C++ is a pre-processor. This basically means that C++ code is translated into C code which is then compiled into a final form. Some would argue that this makes it somewhat a kludge and they don't want to use it. Objective C is sometimes thought of as a more "pure" object oriented solution to C. These issues arose in a heated discussion with one of our R&D folk when I said C++ wasn't bad and he talked of the virtues of Objective C. (It's been a while since I've gone over all this so I may be wrong.) -- "Organized fandom is composed of a bunch of nitpickers with a thing for trivial pursuit." -Harlan Ellison Patrick Deupree -> patrickd@chinet.chi.il.us