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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c4cb2c432feebd9d X-Google-Thread: 1094ba,c4cb2c432feebd9d X-Google-Attributes: gid103376,gid1094ba,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!news.glorb.com!newsfeed2.telusplanet.net!newsfeed.telus.net!edtnps90.POSTED!53ab2750!not-for-mail From: Gordon Sande Newsgroups: comp.lang.ada,comp.lang.fortran Message-ID: <2006052213414216807-gsande@worldnetattnet> References: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Ada vs Fortran for scientific applications User-Agent: Unison/1.7.5 Date: Mon, 22 May 2006 16:41:42 GMT NNTP-Posting-Host: 24.89.210.20 X-Trace: edtnps90 1148316102 24.89.210.20 (Mon, 22 May 2006 10:41:42 MDT) NNTP-Posting-Date: Mon, 22 May 2006 10:41:42 MDT Xref: g2news2.google.com comp.lang.ada:4344 comp.lang.fortran:10082 Date: 2006-05-22T16:41:42+00:00 List-Id: On 2006-05-22 13:20:40 -0300, "Nasser Abbasi" said: > > "Dan Nagle" wrote in message > news:tHkcg.6937$kR6.484@trnddc05... > >>> 11) Operators on any types, including arrays. Define a matrix product as "*"... >> >> How is Ada's operators for types better or worse than Fortran's? >> Is Ada's "*" operator better than Fortran's matmul()? >> > > I'll answer the easy one for now since I have not had my coffee yet: > > It is clear that > > A*B But the Hadamard product is not the same as a matrix product. Conventions and understandability do matter. > is easier to read and understand than > > MATMUL(A,B) > > would you not agree? > >> >> "Fortran" /= "FORTRAN 77" ;-) >> > > Yes :), I was surprised to read that now FORTRAN is called Fortran, > (only one letter is uppercase). This is progress (I think). > > Nasser > >