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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,703c4f68db81387d X-Google-Thread: 109fba,703c4f68db81387d X-Google-Thread: 115aec,703c4f68db81387d X-Google-Thread: f43e6,703c4f68db81387d X-Google-Attributes: gid103376,gid109fba,gid115aec,gidf43e6,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Sat, 05 Mar 2005 19:51:08 -0600 Date: Sat, 05 Mar 2005 19:59:09 -0600 From: Larry Elmore User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050222 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada,comp.lang.c++,comp.realtime,comp.software-eng Subject: Re: [OT] Re: Teaching new tricks to an old dog (C++ -->Ada) References: <4229bad9$0$1019$afc38c87@news.optusnet.com.au> <1110032222.447846.167060@g14g2000cwa.googlegroups.com> <871xau9nlh.fsf@insalien.org> <3SjWd.103128$Vf.3969241@news000.worldonline.dk> <87r7iu85lf.fsf@insalien.org> <87is4598pm.fsf@insalien.org> In-Reply-To: X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <8qWdnbNL_bWR_7ffRVn-3Q@comcast.com> X-Trace: sv3-gWz+gfpFxuDAloy2JoR3bD8VsKjRc/lwh/l2TaOyV09s326h9k7Xv0XS3D0zERu7vK4lEpUcxSdfNPR!6grVyGRyBkZvE4z44fzQx5h7DbBncbPF/Hpg7g5gxHLGQUoRl2d0/q+WAmHhhFawIIOVB6BDsw== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:8713 comp.lang.c++:44269 comp.realtime:993 comp.software-eng:4524 Date: 2005-03-05T19:59:09-06:00 List-Id: Martin Dowie wrote: > Ludovico Brena wrote: > >> Most of Ada's syntax is inherited from Pascal. > > > I think Modula-3 was the prime inspiration but never having used it I > could be wrong! :-) Definitely not Modula 3, which dates from the latter half of the 1980s. I remember the introduction to the original book published about it mentioning how they learned from errors made in the designs of Modula 2 and Ada83. I've never used it, but I remember thinking it did have some good ideas (although they kept the damnable 'begin .. end' keywords and a couple of other things that I no longer remember instead of using Ada's much better syntax). --Larry