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,998480123ade4649 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Received: by 10.68.28.135 with SMTP id b7mr2377809pbh.8.1322017220357; Tue, 22 Nov 2011 19:00:20 -0800 (PST) Path: lh20ni7511pbb.0!nntp.google.com!news2.google.com!goblin1!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Re: will ada always be supported by gcc? Date: Wed, 23 Nov 2011 04:00:17 +0100 Organization: Ada @ Home Message-ID: References: <4ecc00f2$0$4148$6e1ede2f@read.cnntp.org> NNTP-Posting-Host: wgHBtatYse3YjKAUQsirEA.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Opera Mail/11.60 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Xref: news2.google.com comp.lang.ada:14537 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable Date: 2011-11-23T04:00:17+01:00 List-Id: Le Tue, 22 Nov 2011 21:07:10 +0100, Sebastian Doht = a = =C3=A9crit: > I know it is a little bit off-topic on this group but have you = > considered using FreePascal (http://www.freepascal.org/) instead? It = > should be easier to port your GPC code The way it evolves, the way in maintains its own bug for so long and the= = way its a mess with all the Pascal variant it supports via compiler = options and the amount by which the meaning of a source may vary just = depending on compiler option, I really believe the opposite: will be saf= er = and easier with Ada. At least, if he made an error in the translation fr= om = Pascal to Ada, the Ada compiler will probably tell him at compile time. -- = =E2=80=9CSyntactic sugar causes cancer of the semi-colons.=E2=80=9D [Ep= igrams on = Programming =E2=80=94 Alan J. =E2=80=94 P. Yale University] =E2=80=9CStructured Programming supports the law of the excluded muddle.= =E2=80=9D [Idem] Java: Write once, Never revisit