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.141.23.17 with SMTP id z17mr4398150qhd.13.1438274907936; Thu, 30 Jul 2015 09:48:27 -0700 (PDT) X-Received: by 10.140.81.149 with SMTP id f21mr661237qgd.8.1438274907914; Thu, 30 Jul 2015 09:48:27 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!69no2850662qgl.1!news-out.google.com!b31ni1504qge.0!nntp.google.com!69no2850661qgl.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 30 Jul 2015 09:48:27 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=50.144.2.41; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 50.144.2.41 References: <2215b44f-8a89-47c6-a4c4-52b74d2dac45@googlegroups.com> <9e492c82-868d-43d3-a18a-38274400e337@googlegroups.com> <40184feb-4053-4ac3-8eaa-c3bd9cd8a77c@googlegroups.com> <10272577-945f-4682-85bc-8ad47f3653ae@googlegroups.com> <87si8i81k2.fsf@atmarama.net> <8076cbd0-2655-4c98-b70e-cb5f0c32e4ba@googlegroups.com> <5e6cb30b-5f8c-4fed-969e-3941315ecba0@googlegroups.com> <87si87nf8k.fsf@jester.gateway.sonic.net> <877fpiom3q.fsf@jester.gateway.sonic.net> <87wpximwv0.fsf@jester.gateway.sonic.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: If not Ada, what else... From: David Botton Injection-Date: Thu, 30 Jul 2015 16:48:27 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:27225 Date: 2015-07-30T09:48:27-07:00 List-Id: > > But GC gives you much more > > flexibility. For example, maybe you want to allocate a container and > > then pass it to another thread to work on it. >=20 > As if you could not do this without GC. Actually most GC implementations don't handle cross thread allocations well= . Ada was created with facility to support GC and possible to use the Boehm= GC with it and some have in the past. However, a well designed Ada program= rarely has much use for GC and it tends to sloppy dev most of the time. David Botton