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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c32fe290813aec20 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!feeder.erje.net!news.motzarella.org!motzarella.org!not-for-mail From: "I. Levashew" Newsgroups: comp.lang.ada Subject: Re: New Ada portable GUI Library? Date: Thu, 17 Jan 2008 08:21:44 +0600 Organization: A noiseless patient Spider Message-ID: References: <6d63c543-0a35-4c39-a330-98c63a24f64d@i3g2000hsf.googlegroups.com> <478c6c2d$1@news.post.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: feeder.motzarella.org U2FsdGVkX1/2ZZELvZENw8Fntzs79Q8HCLfpRPaHCGHW7O6xZtbjoHck8GsmG0uVSX8JY8bNNP+JY8+BHdD9VN3ABnV6p6NQyUK8eUznEOdad+Wr8xW3BQ5NFraj9RH9rL8AFOk1aO28ov03kLywcw== X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers NNTP-Posting-Date: Thu, 17 Jan 2008 02:18:11 +0000 (UTC) In-Reply-To: <478c6c2d$1@news.post.ch> X-Auth-Sender: U2FsdGVkX19RLE/7XEpTssBiNhylGcV7tJykRfsLoIU7BJtgV7Ojzg== Cancel-Lock: sha1:Onqiqw8YE48W/eSFjUIm6rqaS0s= User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) Xref: g2news1.google.com comp.lang.ada:19442 Date: 2008-01-17T08:21:44+06:00 List-Id: Martin Krischik пишет: > I have another suggestion: A GUI Library based on OpenStep [1]. > > Existing GUI Libraries tend to be rather complex with hundreds of > classes - any binding is a huge work - especially since most GUI > Libraries are OO - and binding to an OO Lib in another language is > difficult. And a job without end as all libraries are constantly extended. As of Leopard Apple started providing BridgeSupport XML files. It's not an endless job now. It's a virtually one-time job. > here the Idea: If we create an Objective-Ada pre-processor we are done. > And the Mac-Ada users would love it ;-). Why do we need a preprocessor? It'll hurt ability of manipulating source code with 3rd party utilities. I'm Mac-Ada user, and I'm definitelly not going to love it. It is opposed to Ada spirit. I think Objective-C on Mac OS X should be dealt with the same way as COM on Windows; on Mac OS X we'll just use BridgeSupport XML instead of IDL.