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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no 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!wns13feed!worldnet.att.net!199.45.49.37!cyclone1.gnilink.net!spamkiller.gnilink.net!gnilink.net!trnddc07.POSTED!87bf9b22!not-for-mail From: Dan Nagle Reply-To: dnagle@erols.com Organization: Purple Sage Computing Solutions, Inc. User-Agent: Thunderbird 1.5.0.2 (X11/20060420) MIME-Version: 1.0 Newsgroups: comp.lang.ada,comp.lang.fortran Subject: Re: Ada vs Fortran for scientific applications References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Mon, 22 May 2006 16:48:25 GMT NNTP-Posting-Host: 70.108.4.182 X-Complaints-To: abuse@verizon.net X-Trace: trnddc07 1148316505 70.108.4.182 (Mon, 22 May 2006 12:48:25 EDT) NNTP-Posting-Date: Mon, 22 May 2006 12:48:25 EDT Xref: g2news2.google.com comp.lang.ada:4345 comp.lang.fortran:10085 Date: 2006-05-22T16:48:25+00:00 List-Id: Hello, Nasser Abbasi wrote: > I'll answer the easy one for now since I have not had my coffee yet: > > It is clear that > > A*B > > is easier to read and understand than > > MATMUL(A,B) It is? All the intrinsic operators in Fortran apply element-wise, and * is no exception. How does that make the intrinsic procedure harder to read? The applications programmer may always define a matrix type, and define the * operator to be the matmul intrinsic. Note the distinction between "rank-2 array" and "matrix". > I was surprised to read that now FORTRAN is called Fortran, (only > one letter is uppercase). This is progress (I think). I think Fortran and Ada have a lot in common, both are being actively developed (though not on the same schedule). And both are threatened by the "I only know C++, it's the best language" syndrome. :-( And, I think, both are superior technical solutions within their respective problem domains. Although Eiffel interests me also. -- Cheers! Dan Nagle Purple Sage Computing Solutions, Inc.