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:a24:93:: with SMTP id 141-v6mr338093ita.55.1525331739256; Thu, 03 May 2018 00:15:39 -0700 (PDT) X-Received: by 2002:a9d:5a0a:: with SMTP id v10-v6mr1490553oth.13.1525331739127; Thu, 03 May 2018 00:15:39 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!2.eu.feeder.erje.net!newsreader5.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!f199-v6no447656itd.0!news-out.google.com!15-v6ni363itg.0!nntp.google.com!v8-v6no446904itc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 3 May 2018 00:15:38 -0700 (PDT) In-Reply-To: <87efiuope8.fsf@nightsong.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=188.87.244.237; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 188.87.244.237 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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <322f9b26-01de-4753-bb50-6ef2f3d993d8@googlegroups.com> Subject: Re: How to get Ada to ?cross the chasm?? From: gautier_niouzes@hotmail.com Injection-Date: Thu, 03 May 2018 07:15:39 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2380 X-Received-Body-CRC: 4222902892 Xref: reader02.eternal-september.org comp.lang.ada:51934 Date: 2018-05-03T00:15:38-07:00 List-Id: Le mercredi 2 mai 2018 02:46:40 UTC+2, Paul Rubin a =C3=A9crit=C2=A0: > It gets messier when the data contains possibly-circular references to > other data. If you want to program without GC for spiritual or moral > reasons, then sure, you can do it with enough effort. If you have to > program without GC for practical reasons (it definitely imposes runtime > costs and you might be on a small system), then unlucky you, you've got > some work to do. Which one?