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 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: Luke A. Guest Newsgroups: comp.lang.ada Subject: Re: How to get Ada to ?cross the chasm?? Date: Thu, 10 May 2018 01:03:01 +0100 Organization: Aioe.org NNTP Server Message-ID: <1755072199.547602595.806475.laguest-archeia.com@nntp.aioe.org> References: <1c73f159-eae4-4ae7-a348-03964b007197@googlegroups.com> <87po2la2qt.fsf@nightsong.com> <87in8buttb.fsf@jacob-sparre.dk> <87wowqpowu.fsf@nightsong.com> <16406268-83df-4564-8855-9bd0fe9caac0@googlegroups.com> <87o9i2pkcr.fsf@nightsong.com> <87in88m43h.fsf@nightsong.com> <87efiuope8.fsf@nightsong.com> <322f9b26-01de-4753-bb50-6ef2f3d993d8@googlegroups.com> <87a7th9pd1.fsf@nightsong.com> <87h8no1nli.fsf@nightsong.com> <874ljo1hvy.fsf@nightsong.com> <87vac4z2lh.fsf@nightsong.com> <87lgcszjdn.fsf@nightsong.com> <87r2mk4d6w.fsf@nightsong.com> NNTP-Posting-Host: 9rd//QBDbZznFW5BoiV8qw.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: NewsTap/5.3.1 (iPhone/iPod Touch) X-Notice: Filtered by postfilter v. 0.8.3 Cancel-Lock: sha1:0Fa/kMlG0sjmtcaix9g3MhkFTAk= Xref: reader02.eternal-september.org comp.lang.ada:52183 Date: 2018-05-10T01:03:01+01:00 List-Id: Paul Rubin wrote: > Maybe I'm wrong but I see Ada as an Algol/Pascal descended imperative You know C and by extension C++ are Algol derives too, right? > language partway between C and C++ in let's call it "automation level", I would say Ada’s a much higher level language than C++. I’ve no idea what you mean by "automation level.” > whose main attractions are 1) much higher safety from type and pointer > errors than C or C++ have, and 2) a really serious package and module > system to help encapsulate big system components. Also proper generics, a real built in task system which isn’t isn’t just launching functions in threads and then Join()’ing a la Go. You should also check out separates, no other language has those. > I've enough C, C++, Pascal etc. in my life to have a sense (at least > based on the above) of what to expect from Ada. Solid low-level code is I still say it has the best data structuring abilities of any language. > one of those things, ease of writing DSL's is not one ;-). The GNAT Tools are limited to half arsed re compiler compilers. > environment is a huge resource hog compared to a small Lisp system > (Janus might be smaller). The CBSG program takes around 7 seconds to > compile and you're proposing running such a compilation on every update, You can’t compare parsing a language like Ada to LISP, FFS! >> We made the serious mistake of making allowances in the OOP design for >> such people, and that led to several of the worst features of Ada. > > Well, that was 1995 and the OOP drugs were in the water everywhere then ;-). > Things are saner now, I think. > Oh, your an OOP denier!