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 2002:a6b:d405:: with SMTP id l5-v6mr22489845iog.70.1525747632065; Mon, 07 May 2018 19:47:12 -0700 (PDT) X-Received: by 2002:a9d:5191:: with SMTP id y17-v6mr2720771otg.12.1525747631960; Mon, 07 May 2018 19:47:11 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.linkpendium.com!news.linkpendium.com!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!u74-v6no38666itb.0!news-out.google.com!f20-v6ni29itd.0!nntp.google.com!u74-v6no38664itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 7 May 2018 19:47:11 -0700 (PDT) In-Reply-To: <877eoezy6e.fsf@nightsong.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:1206:45c6:8b20:dd4a:4ce2:72c9:eeab; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1206:45c6:8b20:dd4a:4ce2:72c9:eeab References: <1c73f159-eae4-4ae7-a348-03964b007197@googlegroups.com> <87k1su7nag.fsf@nightsong.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> <87po2cyty7.fsf@nightsong.com> <87bmdwhwob.fsf@nightsong.com> <6746d7d1-406e-4891-8293-9424aed76215@googlegroups.com> <877eoezy6e.fsf@nightsong.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: How to get Ada to ?cross the chasm?? From: gautier_niouzes@hotmail.com Injection-Date: Tue, 08 May 2018 02:47:12 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:52085 Date: 2018-05-07T19:47:11-07:00 List-Id: Le mardi 8 mai 2018 04:19:42 UTC+2, Paul Rubin a =C3=A9crit=C2=A0: > Yes, I hit a few snags but was able to build and run it. I would > suggest recreating the zip file with a Linux zip program, since it > appears to have been built with a Windows program that the Linux one > doesn't know how to decode (I was able to get around that). The Zip format is system-agnostic (shameless plug : https://unzip-ada.sourc= eforge.io/ ) > It's an interesting program, going against what I've always been taught > as principles of flexible software because of all the compiled-in data. > But the result is like a 50 foot cube of solid granite, completely > impervious to anything, and in Ada that might be a virtue. You are shifting again the subject: the point was to understand with a simp= le example how you can use Ada's unconstrained types without accumulating g= arbage...