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,60bd6bcf946ebe3 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!f16g2000cwb.googlegroups.com!not-for-mail From: brian.b.mcguinness@lmco.com Newsgroups: comp.lang.ada Subject: Re: Ada (GNAT) and GNU Scientific Library Date: 17 Nov 2006 04:58:03 -0800 Organization: http://groups.google.com Message-ID: <1163768283.498569.179310@f16g2000cwb.googlegroups.com> References: <87odr7zgnn.fsf@ludovic-brenta.org> NNTP-Posting-Host: 192.172.8.12 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1163768288 27664 127.0.0.1 (17 Nov 2006 12:58:08 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 17 Nov 2006 12:58:08 +0000 (UTC) In-Reply-To: <87odr7zgnn.fsf@ludovic-brenta.org> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: f16g2000cwb.googlegroups.com; posting-host=192.172.8.12; posting-account=R0BKUQwAAAAEH1zhMKQoEzkWfZJu3USj Xref: g2news2.google.com comp.lang.ada:7526 Date: 2006-11-17T04:58:03-08:00 List-Id: Ludovic Brenta wrote: > Reinert Korsnes writes: > > Any hint on how an Ada programmer (using linux) can use GNU > > Scientific Library ? > > There is currently no Ada binding, and you are welcome to create one. > You could start with a thin binding to the few subprograms you need, > publish it on Sourceforge, Savannah, Tigris or Belios, and invite > other people to join in. > > PS. This topic was discussed on November 1st on this newsgroup; please > search the archives if you want to know who else is interested :) > > PPS. Adrian Wrigley might be willing to publish his few thin bindings > under the GPL, as a starting point? > > -- > Ludovic Brenta. I would think that it would be more useful to translate the library to Ada as a generic package, so any floating type could be used, but of course it would then be necessary to maintain synchronization with the original version. --- Brian