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,8b7e315279c3f417 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.218.2 with SMTP id ho2mr1265081qab.8.1355842841695; Tue, 18 Dec 2012 07:00:41 -0800 (PST) Received: by 10.49.24.14 with SMTP id q14mr308253qef.17.1355842841671; Tue, 18 Dec 2012 07:00:41 -0800 (PST) Path: k2ni865qap.0!nntp.google.com!ee4no352372qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 18 Dec 2012 07:00:41 -0800 (PST) In-Reply-To: <1i2sghp4ue0mm.1kozrtpxq33n1.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.53.16.242; posting-account=cUi90woAAADTaOISowbbHM8GUD0-opJO NNTP-Posting-Host: 70.53.16.242 References: <5ced9166-5a29-4ad2-8270-6d24ddd0d0a1@googlegroups.com> <1rz66cdo8v1hv.j9eyg9eqqide$.dlg@40tude.net> <87db4d95-56ce-4254-8031-7bbbea515ff3@googlegroups.com> <3bb4c9f9-7317-46c2-8ddf-a80a6706ce65@googlegroups.com> <6f3c34d9-504a-494c-9157-2cf2649e4776@googlegroups.com> <1i2sghp4ue0mm.1kozrtpxq33n1.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ada Library, called, returns and continues ? From: Patrick Cc: mailbox@dmitry-kazakov.de Injection-Date: Tue, 18 Dec 2012 15:00:41 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-12-18T07:00:41-08:00 List-Id: "Implementation of bindings or the way of using them? " Actually both "I see, it is difficult to learn how to drive a car. In order to ease the process you decided to build a new car by yourself... (:-)) " Actually both of the cases are due to my desire to understand the code I am= writing even at the expense of power. I don't mean to knock the hard work = of the GTk binding but it is difficult for new people to get started with i= t. Now I can manage(I might try again soon) because I have made progress wi= th C/C++ in the past few months but I couldn't understand many lines in the= examples a few months ago. To pick one at random: Cal : access Gtk_Calendar_Record'Class Now I know this is a pointer to a C object but only because I basically get= C/C++ now. If there was a simple little Ada widget toolkit that only had a C/C++ core,= then I think it would be very pleasant for newbies to program in, I person= ally don't like messing around with pointers. It seems to me that C and fri= ends are so strong these days because of inertia alone. I would love to wor= k with more Ada code that was not just a thin binding.