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,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!postnews.google.com!o13g2000cwo.googlegroups.com!not-for-mail From: "Jerry Coffin" Newsgroups: comp.lang.ada,comp.lang.c++,comp.realtime,comp.software-eng Subject: Re: Teaching new tricks to an old dog (C++ -->Ada) Date: 28 Mar 2005 01:23:47 -0800 Organization: http://groups.google.com Message-ID: <1112001827.390487.129390@o13g2000cwo.googlegroups.com> 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> <1110052142.832650@athnrd02> <1110284070.410136.205090@o13g2000cwo.googlegroups.com> <395uqaF5rhu2mU1@individual.net> <1111607633.301232.62490@z14g2000cwz.googlegroups.com> <1111628011.160315.134740@o13g2000cwo.googlegroups.com> <1111794348.874993.298340@g14g2000cwa.googlegroups.com> <1111827755.497376.232760@z14g2000cwz.googlegroups.com> <1111886818.463569.267010@f14g2000cwb.googlegroups.com> <1111953084.069516.252920@l41g2000cwc.googlegroups.com> NNTP-Posting-Host: 68.64.130.76 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1112001832 32367 127.0.0.1 (28 Mar 2005 09:23:52 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 28 Mar 2005 09:23:52 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: o13g2000cwo.googlegroups.com; posting-host=68.64.130.76; posting-account=mZiOqwwAAAC5YZsJDHJLeReHGPXV5ENp Xref: g2news1.google.com comp.lang.ada:10061 comp.lang.c++:47573 comp.realtime:1767 comp.software-eng:5399 Date: 2005-03-28T01:23:47-08:00 List-Id: Chad R. Meiners wrote: > Jerry Coffin wrote > > >You clearly don't understand even the simplest logic. Being able to > >do all the same things directly implies having similar capabilities. > > If we were using that destinction, discussing the differences being > Turing-complete languages would be pretty pointless. That would be > the logical conclusion of what you just said. ;-) If I ever teach a class, anybody who tries to abuse Turing completeness like this will be requird to write his entire treatise on the blackboard several times as punishment. Turing's theorem shows, in essence, that a programming language can implement any algorithm, but that's about it. If you look at the percentage of a typical program that's devoted strictly to implementing the fundamental algorithms, you'll quickly realize that this is FAR from the entire set of capabilities of a real language. I should also point out that while C++'s templates are Turing complete, C's macros are not, so Turing completeness is clearly misplaced as a consideration here. -- Later, Jerry. The universe is a figment of its own imagination.