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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,21960280f1d61e84 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!v45g2000cwv.googlegroups.com!not-for-mail From: gautier_niouzes@hotmail.com Newsgroups: comp.lang.ada Subject: Re: How come Ada isn't more popular? Date: 23 Jan 2007 04:58:49 -0800 Organization: http://groups.google.com Message-ID: <1169557129.184170.38850@v45g2000cwv.googlegroups.com> References: <1169531612.200010.153120@38g2000cwa.googlegroups.com> <51m6rqF1kqpr0U1@mid.individual.net> NNTP-Posting-Host: 206.122.158.4 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1169557135 23812 127.0.0.1 (23 Jan 2007 12:58:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 23 Jan 2007 12:58:55 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: v45g2000cwv.googlegroups.com; posting-host=206.122.158.4; posting-account=CZAoAgwAAAD9ntJQ85OlWL0_Q5EFdzP_ Xref: g2news2.google.com comp.lang.ada:8418 Date: 2007-01-23T04:58:49-08:00 List-Id: [about bindings - and their lack of] For libraries that are no more developped, like some compression or image formats, an alternative is to get an Ada translation and not needing a binding anymore (a problem with a binding is that you have to provide it and keep it up-to date for each compiler/OS/CPU architecture, and accept that the quality of the bound library fluctuates with the time...). If you are lucky, there is a Pascal translation around and you can go further with P2Ada, it is much easier than translating from C which is very different. It is also a good occasion to seriously debug these libraries. ______________________________________________________________ Gautier -- http://www.mysunrise.ch/users/gdm/index.htm Ada programming -- http://www.mysunrise.ch/users/gdm/gsoft.htm NB: For a direct answer, e-mail address on the Web site!