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-Thread: 103376,b68ad30ece6a8cb X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.megapath.net!news.megapath.net.POSTED!not-for-mail NNTP-Posting-Date: Mon, 05 Feb 2007 19:56:53 -0600 From: "Randy Brukardt" Newsgroups: comp.lang.ada References: <45C098DE.1000409@obry.net> Subject: Re: Binding or not binding Date: Mon, 5 Feb 2007 19:58:16 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1807 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Message-ID: NNTP-Posting-Host: 64.32.209.38 X-Trace: sv3-tvpZ1kq75ZYr/MqA/9VPngRuO75Jde8VzrYEOi7fIaU9YHxKtmDK6xw90ukLhSb8YmvkmPb7u3lSQ/8!YvACqfAyUMwikP4alUkHHrdgbNwMSvNjto7OfkAIHU/xN1FF6kBGt4vHpthayBTUKP92Amop8F1o!8hR9ujY6kcADqw== X-Complaints-To: abuse@megapath.net X-DMCA-Complaints-To: abuse@megapath.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:8996 Date: 2007-02-05T19:58:16-06:00 List-Id: "Bj�rn Persson" wrote in message news:DDMxh.31243$E02.12620@newsb.telia.net... ... > I wonder if it would make sense to make a hybrid, or maybe I should call it > an ultra-thick binding. That is, to design an API that makes sense for Ada, > and write the specifications without regard to any other library, but then > internally use a portable library like GTK+, QT or WXwidgets - or low-level > parts of it - to put things on the screen and take care of the > cross-platform issues. That's vaguely what we were trying to do with Claw, except that we were only trying to target Windows. (We were worried about a "least-common-denominator" approach.) I certainly agree that that is the best idea, but it might be difficult to actually do because of the great differences in the design of the underlying libraries. Randy.