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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.13.239.131 with SMTP id y125mr18575766ywe.4.1436480634381; Thu, 09 Jul 2015 15:23:54 -0700 (PDT) X-Received: by 10.182.91.81 with SMTP id cc17mr143099obb.21.1436480634306; Thu, 09 Jul 2015 15:23:54 -0700 (PDT) Path: buffer2.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!m107no1703372qgd.1!news-out.google.com!t2ni5722igk.0!nntp.google.com!qs7no3226926igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 9 Jul 2015 15:23:54 -0700 (PDT) In-Reply-To: <877fq9uj6g.fsf@theworld.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=50.138.108.113; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 50.138.108.113 References: <14592326-5070-4663-a864-5684298f3748@googlegroups.com> <004361da-53c4-4ea9-8cc6-38944aa6c7ad@googlegroups.com> <29dd5458-f9ce-4db8-9128-8ab35a9ce5f8@googlegroups.com> <64bc671c-72e5-4924-b703-3b907c69949c@googlegroups.com> <877fq9uj6g.fsf@theworld.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <65061686-5c8f-433b-9b11-9e228298158e@googlegroups.com> Subject: Re: If not Ada, what else... From: David Botton Injection-Date: Thu, 09 Jul 2015 22:23:54 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.giganews.com comp.lang.ada:194034 Date: 2015-07-09T15:23:54-07:00 List-Id: > But (and I'm sure you know this), Ada doesn't merely use begin and end. > It uses (e.g.) if/else/end if and the like. Of course, just a preference and half joking. I think the main reason I hav= en't jumped in to D is the lack of Ada's type system. I also really like ha= ving spec and body. > D is ahead ... >=20 > Garbage collection (if I recall correctly). Yes, you can also control in code what is or is not under the GC's eye. The= re are numerous other features I like, such as being able to mark safety le= vels of code, of course the normalized use of a class for defining objects,= etc. D (or more specifically D2) was a smart move, take the best of the past and= remodel with out concern for breaking with that past. Unfortunately they d= idn't fully get the importance of static typing to the point of being able = to set ranges, etc. I'm actually surprised considering the great work done = on the rest of D, I consider it a major oversight and it seems there is lit= tle interest to fix it. It would be nice for Ada to do a rethink. David Botton