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-Language: ENGLISH,ASCII X-Google-Thread: 103376,d274f280c8c4a8b8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-06 03:46:50 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newshunter!cosy.sbg.ac.at!fu-berlin.de!uni-berlin.de!gate.dornier.dasa.DE!not-for-mail From: Joachim =?ISO-8859-1?Q?Schr=F6er?= Newsgroups: comp.lang.ada Subject: Re: Mainstream Ada Date: Wed, 06 Mar 2002 12:47:23 +0100 Message-ID: <3C8601CB.6050906@dornier.eads.net> References: <3C77CF8C.93F1837@adaworks.com> <3C78943B.9030600@mail.com> NNTP-Posting-Host: gate.dornier.dasa.de (53.122.46.165) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: fu-berlin.de 1015415209 12237729 53.122.46.165 (16 [76083]) User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.6) Gecko/20011120 X-Accept-Language: en-us Xref: archiver1.google.com comp.lang.ada:20854 Date: 2002-03-06T12:47:23+01:00 List-Id: Kevin Cline wrote: > Hyman Rosen wrote in message news:<3C78943B.9030600@mail.com>... > >>Richard Riehle wrote: >> >>>At present, functional requirements overshadow non-functional >>> >> > requirements in the world of commercial software. That is, >> > features are easier to sell than quality. >> >>You know we usually fight over Ada vs. C++ issues, but I think >>I'm going to take Ada's side here. I don't like Ada all that >>much, but it's mostly for stylistic reasons. I believe, however, >>that an Ada programmer can pound out features just as well, and >>just as quickly, as a Java or C++ programmer. Are you really >>suggesting that commercial software developers who choose Ada >>will have to forego adding features to their software? >> > > The fundamental problem continues to be the lack of high-quality > bindings to non-Ada facilities, e.g. OpenGL, Qt, relational databases, etc. > This does indeed make it much more difficult to add features > to Ada applications. > There are bindings to nearly all important libraries. I developed the instrument displays of flight simulators in Ada on top of OpenGL. The kernel of the class library is free and can be found on www.adapower.com/schroer There is also the possibility to generate your own bindings e.g. with C2Ada. Best regards J. Schr�er