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,5bc4be576204aa20 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!newshub.sdsu.edu!logbridge.uoregon.edu!newsfeeds.ihug.co.nz!ihug.co.nz!ken-transit.news.telstra.net!lon-in.news.telstra.net!news.telstra.net!news-server.bigpond.net.au!53ab2750!not-for-mail From: "robin" Newsgroups: comp.lang.ada References: <43783810.6080808@obry.net> <0f4ef.1413$s14.1261@newsread2.news.pas.earthlink.net> <5Fpif.25167$Zv5.13092@newssvr25.news.prodigy.net> <6ktjf.8048$ea6.3571@news-server.bigpond.net.au> <9hhkf.10004$ea6.5952@news-server.bigpond.net.au> <3klkf.25509$dO2.19240@newssvr29.news.prodigy.net> <4626568.XPZCFmT196@linux1.krischik.com> <1136281961.9673.21.camel@sonnenregen> Subject: Re: Buffer overflow Article - CACM X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: Date: Thu, 12 Jan 2006 22:10:34 GMT NNTP-Posting-Host: 144.139.71.140 X-Complaints-To: abuse@bigpond.net.au X-Trace: news-server.bigpond.net.au 1137103834 144.139.71.140 (Fri, 13 Jan 2006 09:10:34 EST) NNTP-Posting-Date: Fri, 13 Jan 2006 09:10:34 EST Organization: BigPond Internet Services Xref: g2news1.google.com comp.lang.ada:2485 Date: 2006-01-12T22:10:34+00:00 List-Id: "Georg Bauhaus" wrote in message news:1136281961.9673.21.camel@sonnenregen... > On Sun, 2006-01-01 at 23:12 +0000, robin wrote: > > > The point is that Ada code can be compiled direct by a > > PL/I compiler. > > Even though it wasn't strictly Ada code, as pointed out, > what's the point? For sure, Ada can compile C statements, > Eiffel statements, and Lisp expressions. And I don't mean > via the standardized Interfaces.* mechanism. Consider > > do > x.foo(42); > end; > > which language is that? It is both Ada, and Eiffel, and > maybe some more. Though it is not clear that the meaning > of the translated code will be the same in both languages. > > (foo (bar (thr))) > > Is this a piece of CommonLISP, or is it C, > Ada, Algol, Pascal, Modula, Oberon, C++, D, PL/1, ... > > The point here is that you are trying to praise > your language by showing that there is a > small overlap, mostly syntactically, with some other > language. No I'm not trying to do that. I'm saying that Ada code can be compiled by a PL/I compiler, illustrating the versatility of the language. I'm not relying on any similarity of statements to achieve that.