comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: Renaissance-Ada, a toolset for legacy Ada software, made open source
Date: Fri, 28 Jan 2022 12:31:08 +0000	[thread overview]
Message-ID: <lytudo11pv.fsf@pushface.org> (raw)
In-Reply-To: aa9aff35-e28f-431e-8ab1-da53903ea557n@googlegroups.com

Jesper Quorning <jesper.quorning@gmail.com> writes:

> fredag den 28. januar 2022 kl. 03.23.32 UTC+1 skrev Andreas ZEURCHER:
>> On Thursday, January 27, 2022 at 6:55:11 AM UTC-6, Luke A. Guest wrote: 
>> > What does "for legacy Ada software" mean?
>> I would suspect that “for legacy Ada software” might be a
>> euphemistic way of saying: doesn't support modern Ada after either
>> Ada83 or Ada95.
>
> The video [1] from the README tells an up-to-date Ada success story.
>  
> [1] https://www.youtube.com/watch?v=EHrd-9wgALM

Interesting!

I found myself using a case statement rather than an if so as to avoid a
'use type': U is an Interfaces.Unsigned_16,

   case U is
      when 1 => do one thing;
      when others => do something else;
   end case;

which you can see being problematic if the tooling converts this to an
if statement. Of course, without the 'use type' it won't compile.

  reply	other threads:[~2022-01-28 12:31 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-27 12:32 Renaissance-Ada, a toolset for legacy Ada software, made open source Pierre van de Laar
2022-01-27 12:55 ` Luke A. Guest
2022-01-28  2:23   ` Andreas ZEURCHER
2022-01-28 10:10     ` Luke A. Guest
2022-01-28 11:42     ` Jesper Quorning
2022-01-28 12:31       ` Simon Wright [this message]
2022-01-28 13:58         ` Jeffrey R.Carter
2022-01-28 20:01     ` Stephen Leake
2022-01-28 10:27   ` Simon Wright
2022-01-29  9:26     ` G.B.
2022-01-29  9:49       ` AdaMagica
2022-01-29 18:35         ` G.B.
2022-01-29 19:43           ` Simon Wright
2022-01-30 16:16             ` AdaMagica
replies disabled

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