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,b30ba7967a3c7011 X-Google-Attributes: gid103376,public From: Mark Eichin Subject: Re: Ada package for linear assignment problem Date: 1997/04/02 Message-ID: #1/1 X-Deja-AN: 230268186 References: <3341630F.41C67EA6@digicomp.com> Organization: Cygnus Solutions, Eastern USA Newsgroups: comp.lang.ada Date: 1997-04-02T00:00:00+00:00 List-Id: > Why not just use the Fortran version, and interface to it? It always > seems to me to be an error-prone waste of time to convert things to > Ada just for the sake of convesion. I've seen citations right here, actually, of conversions (from C, some popular bitmap image handling package if I recall right) to Ada actually finding bugs in the package simply due to the tighter semantics of Ada... so in general (though admittedly perhaps not in this specific case) the conversion can be quite valuable.