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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,58253cbf46bbb1fc X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!s12g2000prg.googlegroups.com!not-for-mail From: Maciej Sobczak Newsgroups: comp.lang.ada Subject: Re: Automated conversion to C++? Date: Fri, 15 Feb 2008 12:35:59 -0800 (PST) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 85.3.90.252 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1203107759 23840 127.0.0.1 (15 Feb 2008 20:35:59 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 15 Feb 2008 20:35:59 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s12g2000prg.googlegroups.com; posting-host=85.3.90.252; posting-account=bMuEOQoAAACUUr_ghL3RBIi5neBZ5w_S User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19810 Date: 2008-02-15T12:35:59-08:00 List-Id: On 15 Lut, 19:24, "Jeffrey R. Carter" > Such a thing is impossible, since Ada is a concurrent language, and C++ is a > sequential language, unless you want to translate the entire concurrency runtime > and include calls to it. > > However, you could use an Ada compiler that produces C as its intermediate > language (SofCheck has such a thing), since there is a C subset of C++. I don't get it. Do you mean that C is a concurrent language? Note also that Jacob said nothing about concurrency of the original problem. If there is none, then objection about concurrency has no ground. Note also that Jacob didn't say a word about the target platform. This target platform might support concurrency, which can be available from C++ (hint: any mainstream operating system is fine here). -- Maciej Sobczak * www.msobczak.com * www.inspirel.com