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: a07f3367d7,4cb1f8d1c17d39a8 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.19.161 with SMTP id g1mr6483833pbe.7.1319904695035; Sat, 29 Oct 2011 09:11:35 -0700 (PDT) Path: p6ni24781pbn.0!nntp.google.com!news1.google.com!news2.google.com!news.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ada 'hello world' for Android; success! Date: Sat, 29 Oct 2011 17:09:27 +0100 Organization: A noiseless patient Spider Message-ID: References: <8239efcjuw.fsf@stephe-leake.org> <98ca5430-aa52-4e39-b789-70d0dd6adb46@d33g2000prb.googlegroups.com> <824nyrq5p6.fsf@stephe-leake.org> <4eac1ca1$0$7625$9b4e6d93@newsspool1.arcor-online.net> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="16123"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+I9zHU16FM+BurO19HjxusRxshAYKE7i8=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:ZSbu6mbR4PRKrXjqLPTF9emZ+h8= sha1:lN7IRs+92oS0ws12A+qsgit/mi8= Xref: news1.google.com comp.lang.ada:18749 Content-Type: text/plain; charset=us-ascii Date: 2011-10-29T17:09:27+01:00 List-Id: Georg Bauhaus writes: > Is the traditional O-O model of Ada impossible to support > in a compiler for Android devices or is it just that no one > is paying for such a compiler? So that the best we can do is > juggle the pointers that the other languages can hide? I'd have thought it was more a problem of the bindings being thin? Making thick bindings to a moving target is quite a challenge, of course.