home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18174 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  1.9 KB

  1. Path: sparky!uunet!olivea!charnel!rat!usc!cs.utexas.edu!sun-barr!male.EBay.Sun.COM!jethro.Corp.Sun.COM!exodus.Eng.Sun.COM!pepper.Eng.Sun.COM!cmcmanis
  2. From: cmcmanis@pepper.Eng.Sun.COM (Chuck McManis)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: C++
  5. Message-ID: <lkjtvhINN4gt@exodus.Eng.Sun.COM>
  6. Date: 5 Jan 93 21:04:49 GMT
  7. References: <S37732V.93Jan3122345@lk-hp-18.hut.fi> <1i88vfINN6nf@agate.berkeley.edu> <1i8a9aINN703@agate.berkeley.edu>
  8. Distribution: inet
  9. Organization: Sun
  10. Lines: 28
  11. NNTP-Posting-Host: pepper
  12.  
  13. In article <1i8a9aINN703@agate.berkeley.edu> (Cliff Draper) writes:
  14. > ... I wonder why the Amiga community hasn't switched over to this
  15. >"wonder" language[C++]
  16.  
  17. An interesting question that we've been mulling over here at Sun as
  18. well. Basically there are several things to consider:
  19.    1)    Incompatible link libraries. No C++ implementation to date
  20.     has produced a reasonable link library standard that both
  21.     C and C++ users are happy with. This stems primarily from
  22.     some of the "extra" functions that C++ compilers tend to
  23.     put around method invocations to support OO concepts.
  24.    2)    C++ isn't a systems language. While it is possible to build
  25.     large systems with C++, the impedence match between how
  26.     operating systems are currently designed, and C++ is poor.
  27.     Successful users of OO systems languages do so by starting
  28.     with an OS that is OO in nature. Lots of research going on
  29.     in that area!
  30.    3)    Paradigm shift. Once you understand C it is often difficult
  31.     to "shift" into an OO paradigm. Some programmers worry that
  32.     if they use C++ they will suddenly start preferring GUI interfaces :-)
  33.  
  34. I think there are other candidates that might make a bit more sense. I'm
  35. interested in seeing a Modula-3 port to the Amiga.
  36.  
  37. --
  38. --Chuck McManis                Mr. NIS+                Sunsoft
  39. uucp: {anywhere}!sun!cmcmanis   BIX: <none>   Internet: cmcmanis@Eng.Sun.COM
  40. These opinions are my own and no one elses, but you knew that didn't you.
  41.