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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5ac12f5a60b1bfe X-Google-Attributes: gid103376,public X-Google-Thread: 101deb,87f6968ed41c9df1 X-Google-Attributes: gid101deb,public X-Google-Thread: f43e6,5ac12f5a60b1bfe X-Google-Attributes: gidf43e6,public From: rav@goanna.cs.rmit.edu.au (++ robin) Subject: Re: Multiple reasons for failure of Ariane 5 (was: Re: Ariane 5 - not an exception?) Date: 1996/08/11 Message-ID: <4ujuuq$qb0@goanna.cs.rmit.edu.au>#1/1 X-Deja-AN: 173481188 references: <4ta0iu$kks@goanna.cs.rmit.edu.au> <4u538f$9q6@hacgate2.hac.com> <4u6723$kp2@piglet.cc.uic.edu> organization: Comp Sci, RMIT, Melbourne, Australia newsgroups: comp.software-eng,comp.lang.ada,comp.lang.pl1 nntp-posting-user: rav Date: 1996-08-11T00:00:00+00:00 List-Id: dewar@cs.nyu.edu (Robert Dewar) writes: >Pascal Martin said >"It also remind us that languages don't want to die, even when it is long due. >Just consider COBOL :-))." >Actually in the case of COBOL, I think it is only with the advent of Ada 95 >that there is a tenable alternative. The lack of fundamental facilities >(arithmetic and edited output) for high precision scaled decimal arithmetic >is a huge handicap in most other potential COBOL replacements. ---In 1966 or so, PL/I introduced scaled decimal arithmetic, to provide facilities to equal and surpass COBOL. The decimal facilities extended to I/O, as well as to English pounds, shillings, and pence. The scaled decimal I/O extends to simple I/O as well as picture specifications.