From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.7 required=5.0 tests=BAYES_00,INVALID_DATE, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 109fba,ef0074ec236ba6e3 X-Google-Attributes: gid109fba,public X-Google-Thread: 108717,ef0074ec236ba6e3 X-Google-Attributes: gid108717,public X-Google-Thread: 1014db,ef0074ec236ba6e3 X-Google-Attributes: gid1014db,public X-Google-Thread: 103376,b19fa62fdce575f9 X-Google-Attributes: gid103376,public X-Google-Thread: 1108a1,ef0074ec236ba6e3 X-Google-Attributes: gid1108a1,public X-Google-ArrivalTime: 1994-12-05 16:34:00 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!gatech!bloom-beacon.mit.edu!ai-lab!life.ai.mit.edu!tmb From: tmb@arolla.idiap.ch (Thomas M. Breuel) Newsgroups: comp.lang.ada,comp.lang.c,comp.programming,comp.lang.c++,comp.object Subject: Re: Why don't large companies use Ada? Date: 05 Dec 1994 23:48:53 GMT Organization: IDIAP (Institut Dalle Molle d'Intelligence Artificielle Perceptive) Distribution: world Message-ID: References: <3aa7jo$7j@Starbase.NeoSoft.COM> <3b5ajt$n86@news-2.csn.net> <3b5h8q$de0@felix.seas.gwu.edu> <3bd06n$kbt@felix.seas.gwu.edu> <3bldlu$84r@gnat.cs.nyu.edu> <3bvbaa$1lla@watnews1.watson.ibm.com> Reply-To: tmb@idiap.ch NNTP-Posting-Host: arolla.idiap.ch In-reply-to: ncohen@watson.ibm.com's message of 5 Dec 1994 15:23:54 GMT Xref: bga.com comp.lang.ada:8305 comp.lang.c:33468 comp.programming:5641 comp.lang.c++:39722 comp.object:9472 Date: 1994-12-05T23:48:53+00:00 List-Id: In article <3bvbaa$1lla@watnews1.watson.ibm.com> ncohen@watson.ibm.com (Norman H. Cohen) writes: |In article <3bldlu$84r@gnat.cs.nyu.edu>, dewar@cs.nyu.edu (Robert Dewar) |writes: | ||> IN practice, I find the strong type protection of different integer types ||> to be of minimal value, strong typing is most important at a higher level ||> than that, but that's a matter of personal taste. | |For computationally intensive uses of numeric types (the subject of |Robert's posting) I certainly agree. | |However, I have found a compelling use of strong typing to be |the declaration of distinct array-index types: [...] Fortunately, you can define distinct array index types in C++ as well as in Ada. Thomas.