:: Re: [DNG] Ada
Top Page
Delete this message
Reply to this message
Author: Didier Kryn
Date:  
To: dng
Old-Topics: [DNG] Ada (was: I have to cancel my Rust presentation for 3/4/2026
Subject: Re: [DNG] Ada
Le 05/04/2026 à 05:04, Hendrik Boom a écrit :
>> AFAIK, Ada was inspired from Pascal, itself
>> inspired from Algol.
> Its*syntax* was inspired from Pascal.
> Its semantics was inspired by security constraints.


    Sure, but, with Pascal, and already with Algol,  some of C
weaknesses were absent of the syntax:

    := as assignment operator

    no implicit type conversion

    an assignment hasn't a value   --  I think a flag for C compilers
to forbid this would catch many bugs

    array indexes start at 1 by default

--     Didier