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.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b51a6f7c47c132d2 X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: Advantages of ADA Date: 1997/04/09 Message-ID: <5igc9b$b6b@lotho.delphi.com>#1/1 X-Deja-AN: 231823718 Organization: Delphi Internet Services Newsgroups: comp.lang.ada Date: 1997-04-09T00:00:00+00:00 List-Id: 1. You can write your program faster, using higher level constructs from the language and more easily re-using your own previous packages. 2. You can debug faster since the compiler and run time checking can both help you. 3. You can enhance your program more easily in a year or ten since it will likely be less cryptic.