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,9e20292f693f1408 X-Google-Attributes: gid103376,public From: tmoran@bix.com (Tom Moran) Subject: translating to Ada, was Re: ADA CORE TECHNOLOGIES ANNOUNCES GNAT-TO-JAVA SYSTEM Date: 1997/09/19 Message-ID: <3422a126.353424@SantaClara01.news.InterNex.Net>#1/1 X-Deja-AN: 273840762 References: <34196E8E.1790@gsfc.nasa.gov> <341D47EE.3804@gsfc.nasa.gov> <342002F1.6913@gsfc.nasa.gov> Organization: InterNex Information Services 1-800-595-3333 Newsgroups: comp.lang.ada Date: 1997-09-19T00:00:00+00:00 List-Id: >It never makes sense to me to translate code in language A to >language B just for the sake of having the code in language B. Clearly, if the code in A works, and no maintenance is expected, leaving it as a black box is appropriate. In many cases though, the translation process, especially from an unchecked to a highly checked language, exposes significant bugs, plus the resulting code is more maintainable. In that situation it is eminently practical and reasonable to translate.