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.0 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,43d910f082521047 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.33.210 with SMTP id i18mr1857301qad.4.1343905971673; Thu, 02 Aug 2012 04:12:51 -0700 (PDT) Path: a15ni6678932qag.0!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?Egil_H=F8vik?= Newsgroups: comp.lang.ada Subject: Re: questions on Ada openGL binding in the GLOBE3D packages Date: Thu, 2 Aug 2012 04:12:51 -0700 (PDT) Organization: http://groups.google.com Message-ID: <492254f2-fb07-4949-9348-3b79694608ce@googlegroups.com> References: NNTP-Posting-Host: 193.71.180.107 Mime-Version: 1.0 X-Trace: posting.google.com 1343905971 31445 127.0.0.1 (2 Aug 2012 11:12:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 2 Aug 2012 11:12:51 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.71.180.107; posting-account=P68zsgoAAABKpXKMUuwuUZ_RfBk1kZfB User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-08-02T04:12:51-07:00 List-Id: > Why not keep things standard? The standard is there. You seem to be confused. What you call "the standard" is just the C binding. The standard explicitly states that example syntax is in C, and that other languages with better namespace handling and subprogram overloading can do things differently. Writing GL.Vertex is more readable than GL.glVertex2d. Let the compiler figure out the types of your parameters, and how many, you specify. It will complain if it can't find a match. Some people complain about Ada being too verbose; In this case, I would say C is more verbose, why should that be a bad thing for Ada? -- ~egilhh