comp.lang.ada
 help / color / mirror / Atom feed
From: Mehdi Saada <00120260a@gmail.com>
Subject: Re: little precision about anonymous access types
Date: Mon, 14 May 2018 17:20:48 -0700 (PDT)
Date: 2018-05-14T17:20:48-07:00	[thread overview]
Message-ID: <b0a9cf48-6a6f-4f10-93a7-fd77c427728c@googlegroups.com> (raw)
In-Reply-To: <p8unbg$soe$1@franka.jacob-sparre.dk>

Thanks.
 Now I've gotten my hands on Barnes' book (hourra !!), I couldn't help go straight to the access types' chapter. I don't why I so like this part, despite that I already have been able to see how much the semantic of "references" is different (and a pain in the neck) than of normal variables.

so the book says:
type cell is
record
   next: access cell;
   value: data;
end record;

even though unchecked_deallocation doesn't work, I can't believe this feature would have be included without some sort of assurance that it could be deallocated, automatically. Otherwise it would be nothing short of insanely crazy batshit.


  reply	other threads:[~2018-05-15  0:20 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-19  0:37 little precision about anonymous access types Mehdi Saada
2018-03-19  1:08 ` Mehdi Saada
2018-03-19  1:18 ` Mehdi Saada
2018-03-19 14:51   ` AdaMagica
2018-03-19 22:40 ` Randy Brukardt
2018-03-20 17:49   ` G. B.
2018-03-20 23:56     ` Mehdi Saada
2018-03-21 22:46       ` Randy Brukardt
2018-05-15  0:20         ` Mehdi Saada [this message]
2018-05-15  0:28           ` Mehdi Saada
2018-05-15 21:48             ` Randy Brukardt
2018-05-16  8:14               ` Mehdi Saada
2018-05-16  8:23                 ` Mehdi Saada
2018-05-17 21:20                   ` Randy Brukardt
2018-05-17 21:17                 ` Randy Brukardt
2018-05-17 21:36                   ` J-P. Rosen
2018-05-18  7:44                   ` Dmitry A. Kazakov
2018-05-15 21:44           ` Randy Brukardt
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox