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-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Tue, 23 May 2006 17:38:08 -0500 Date: Tue, 23 May 2006 18:38:21 -0400 From: Jeffrey Creem User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada vs Fortran for scientific applications References: <1148396672.074383.27720@j33g2000cwa.googlegroups.com> In-Reply-To: <1148396672.074383.27720@j33g2000cwa.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <5ffck3-103.ln1@newserver.thecreems.com> NNTP-Posting-Host: 24.147.74.171 X-Trace: sv3-lfj08XW5dp0FTybTHZ4NeT+/kFt0/md9b2kgkVUYdDcz97mmMbUfTscGO1pNGienpoia1bN+KFtU1cR!Wi1Kzp09kNzBCbMbaRrnSXUMwwZeHz+x5chY9Orrmen9grvtahw8RwHP15vVlk4DXOdrT2JvZXv5!nnI= X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:4393 Date: 2006-05-23T18:38:21-04:00 List-Id: beliavsky@aol.com wrote: > Nasser Abbasi wrote: > >>I personally think that one way to make Ada popular for scientific use is to >>publish a version of the Numerical recipes book in Ada. >> >>I have been waiting for this for long time. >> >>This should show the advantages of using Ada for scientific/numerical >>applications. > > > You cannot do this unless you get the authors of Numerical Recipes on > board, which would probably be difficult. I think a literal translation > of their Fortran or C code to Ada could not be posted online without > their permission. > > The GNU Scientific Library (written in C) > http://www.gnu.org/software/gsl/ is open source. You could write an > open source version in Ada. > The problem is that GSL is GPL which is fine if your intent is to "Make free software" popular but at times this is in conflict with making "Ada Popular" in some application. They are probably both worthy goals, but pretty much everything I do for Open Source Ada I use GPL + linking/generics exception (GMGPL). Any direct translation of the GSL is likely to result in the Ada version being pure GPL and thus limit its usefulness in some areas.