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,bcdac28207102750 X-Google-Attributes: gid103376,public From: "Robert I. Eachus" Subject: Re: Ada95 speed Date: 1999/06/07 Message-ID: <375C14ED.4FA86B39@mitre.org>#1/1 X-Deja-AN: 486762262 Content-Transfer-Encoding: 7bit Organization: The MITRE Corporation X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-06-07T00:00:00+00:00 List-Id: tmoran@bix.com wrote: > >In those days, I was as big a fan of APL for the kind of work I was doing > >as I am of Ada today. > There is more joy in heaven over one sinner who repents ... ;) What? Do you have something against APL? For certain jobs it is still the best language around. I still use it to prototype algorithms--even when the final implementation is in Ada. A few years ago I spent a few days debugging and tuning an algorithm in APL, then spent several months documenting, implementing, and tuning in Ada. I probably could have spent twice as long doing it all in Ada. There was a huge amount of algorithmic design required--the problem involved solving transportation problems on large sparse matrices. I ended up demonstrating that the problem could be solved in milliseconds instead of hours. -- Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is...