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 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,ASCII Received: by 10.68.59.229 with SMTP id c5mr952061pbr.6.1321919164658; Mon, 21 Nov 2011 15:46:04 -0800 (PST) Path: lh20ni3215pbb.0!nntp.google.com!news1.google.com!postnews.google.com!t38g2000prg.googlegroups.com!not-for-mail From: Jerry Newsgroups: comp.lang.ada Subject: Re: will ada always be supported by gcc? Date: Mon, 21 Nov 2011 15:38:52 -0800 (PST) Organization: http://groups.google.com Message-ID: <54d05229-6a95-4e17-ba7d-9fcd792a0f51@t38g2000prg.googlegroups.com> References: NNTP-Posting-Host: 97.117.183.203 Mime-Version: 1.0 X-Trace: posting.google.com 1321919164 1809 127.0.0.1 (21 Nov 2011 23:46:04 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 21 Nov 2011 23:46:04 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: t38g2000prg.googlegroups.com; posting-host=97.117.183.203; posting-account=x5rpZwoAAABMN2XPwcebPWPkebpwQNJG User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HLUARECNK X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4,gzip(gfe) Xref: news1.google.com comp.lang.ada:19015 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2011-11-21T15:38:52-08:00 List-Id: On Nov 19, 7:15=A0pm, leo.bre...@internode.on.net wrote: > Greetings, > > I've been a long time user of Pascal and I'm worried that my compiler > of choice, gpc pascal for MacOSX, may fall over in the next release of > MacOSX. The good folks that have supported gpc Pascal over the years > are unlikely to do the job on an ongoing basis. So I need a plan B > which currently is to port my roughly 1 million lines of code to Ada. > My worry is that I might run into the same problem with Ada -- can I > be sure that Ada will continue to be part of the GCC compiler suite > for a long time? > > Many thanks, Leo You probably already know this, but just in case: If list traffic is any indication, Free Pascal Compiler has many more users than GPC. (But list traffic doesn't indicate OS use.) Also, check out p2ada if you haven't already. FWIW, I made the switch from Pascal several years ago, but didn't convert most of my Pascal code because the switch to Ada sort of coincided with beginning new projects. I got tired of switching to different Pascal dialects (THINK Pascal, Codewarrior Pascal, GPC or FPC) and decided I might as well just switch to Ada. If I had to run the old Pascal code today I would have a problem. Not sure what I would do but would probably get some old computers out of the closet and see if they still run, or get an OS 9 emulator. At least with Ada I feel (hope?) that obsolescence might be put at bay at least with respect to the language if not the OS--I would hope (again, that word) that at least I would be able to run Ada on Linux or something. Jerry