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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no 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 18:02:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!btnet-peer1!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Al Mole" Newsgroups: comp.lang.ada Subject: Re: Mainstream Ada Date: Thu, 7 Mar 2002 02:01:47 +0000 (UTC) Organization: BT Openworld Message-ID: References: <3C77CF8C.93F1837@adaworks.com> <3C78943B.9030600@mail.com> <3C8601CB.6050906@dornier.eads.net> NNTP-Posting-Host: host213-122-116-40.in-addr.btopenworld.com X-Trace: paris.btinternet.com 1015466507 10333 213.122.116.40 (7 Mar 2002 02:01:47 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Thu, 7 Mar 2002 02:01:47 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Xref: archiver1.google.com comp.lang.ada:20884 Date: 2002-03-07T02:01:47+00:00 List-Id: Would you say it was advisable to attempt a games engine in Ada using the OpenGL bindings ? "Joachim Schr�er" wrote in message news:3C8601CB.6050906@dornier.eads.net... > 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 >