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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.58.164.226 with SMTP id yt2mr3346775veb.7.1402572982029; Thu, 12 Jun 2014 04:36:22 -0700 (PDT) X-Received: by 10.140.80.5 with SMTP id b5mr7001qgd.20.1402572982009; Thu, 12 Jun 2014 04:36:22 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!w8no285315qac.0!news-out.google.com!q9ni5211qaj.0!nntp.google.com!w8no285313qac.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 12 Jun 2014 04:36:21 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2.121.192.150; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2.121.192.150 References: <1402308235.2520.153.camel@pascal.home.net> <85ioo9yukk.fsf@stephe-leake.org> <9qednXOIGNDuLQXORVn_vwA@giganews.com> <1872904482424209024.314619laguest-archeia.com@nntp.aioe.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: a new language, designed for safety ! From: Lucretia Injection-Date: Thu, 12 Jun 2014 11:36:22 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 3081 X-Received-Body-CRC: 1775172540 Xref: news.eternal-september.org comp.lang.ada:20251 Date: 2014-06-12T04:36:21-07:00 List-Id: On Thursday, 12 June 2014 12:24:30 UTC+1, Peter Chapin wrote: > > I don't know much about iOS programming specifically (I have done some > Android programming) but my point is really that I'm not convinced Ada > is an ideal language for high level applications in general. To me it Yeah, nobody's ever written a higher level / UI app in C or C++, have they? > feels like a low level language, similar in many ways to C, although C++ > would probably be a more appropriate comparable. > > Consider Ada's arrays. They are fairly primitive and close to the > machine. Compare them with, say, lists in Haskell which are fully ...and C's aren't? Have you done any OpenGL programming in C or C++? That is the definition of machine level arrays, very primitive, yet people do it all the time on both platforms. > dynamic by default and come endowed with a powerful list comprehension > sublanguage that makes generating and manipulating lists very simple. > Ada can get the job done, of course, but it entails withing various > packages and writing explicit loops, conditional statements, etc. You still have to do that on other languages as well, fighting with include and library paths, etc. > Ada's design is excellent for a systems language. I much prefer using it > over C (and even C++, although modern C++ is nice too in many ways) in > systems applications. However, for "high level" applications... there > are other languages out there that I think are better. Ada just needs a few things to make it better suited to the modern world. Mostly library level stuff. Simple as that. Luke.