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,df13d6de50be95b7 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news3.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: Fri, 03 Nov 2006 09:15:29 -0600 Date: Fri, 03 Nov 2006 10:11:11 -0500 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: Binding to the GNU Scientific Library References: <1162369489.160270.248680@e3g2000cwe.googlegroups.com> <1162559389.689389.125610@h54g2000cwb.googlegroups.com> In-Reply-To: <1162559389.689389.125610@h54g2000cwb.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 24.147.74.171 X-Trace: sv3-eKd2+nFC6Nr5O4pxhLlUPJQ9ByIsIwManySW9PdLT/1//giq1Ap9v/2/hoWo7bEfp8KdTfRkp7D4zpk!1M4U5yW9wByHjVB0NeROotiZSpVYqEVd+QfghI/BVX7Oeoc2OMr2xhU4IAbbcwtXmwBY81eg1ZhU!QHM= 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:7360 Date: 2006-11-03T10:11:11-05:00 List-Id: brian.b.mcguinness@lmco.com wrote: > Dr. Adrian Wrigley wrote: > ... > >>And the topic impinges on the question of Ada for scientific programming >>that was discussed here a few months back. Lack of efficient library >>access is a major barrier to use in this application class. > > > It seems to me that instead of having a binding to the library it would > be better to translate the library into Ada and make it a generic > package for floating point types. That would provide more flexibility, > and would probably be more efficient that having to translate back and > forth between Ada and C floating point numbers. > > --- Brian > While it might be nice no have a generic Ada library like this (or even a C/C++ one with a license that would be useable by people not developing free software - GSL does not fall into that category) it does not currently exist so a binding is not a bad thing.