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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 109fba,7a278735334db126 X-Google-Attributes: gid109fba,public X-Google-Thread: f5d71,7a278735334db126 X-Google-Attributes: gidf5d71,public X-Google-Thread: 103376,7a278735334db126 X-Google-Attributes: gid103376,public X-Google-Thread: 1014db,7a278735334db126 X-Google-Attributes: gid1014db,public X-Google-ArrivalTime: 2004-02-06 00:26:55 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.c++,comp.lang.c,comp.lang.java,comp.lang.ada Subject: Re: Announcing new scripting/prototyping language Followup-To: comp.lang.ada Date: Fri, 6 Feb 2004 08:26:55 +0000 (UTC) Organization: PVV Message-ID: References: <4022F87C.BFC600CC@worldnet.att.net> NNTP-Posting-Host: k-083152.nt.ntnu.no X-Trace: tyfon.itea.ntnu.no 1076056015 4953 129.241.83.152 (6 Feb 2004 08:26:55 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Fri, 6 Feb 2004 08:26:55 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.c++:17813 comp.lang.c:20578 comp.lang.java:2698 comp.lang.ada:5273 Date: 2004-02-06T08:26:55+00:00 List-Id: ["Followup-To:" header set to comp.lang.ada.] On 2004-02-06, Les Cargill wrote: > > 'C' is a right-regular language, with good orthogonality of > operators. That literally means "easy to read" - or at least > having the capacity to be writrten in a fashion that is easy > to read. This is simply not true. How come there are so many buffer overflow security problems then? However, let us not start a language war again (as usually happens each time somebody crosspost between several language newsgroups). > If you've ever seen any deep Perl code, you'd understand :) And if you had seen Ada95 code you would understand that C[++] isn't readable. Especially with huge projects. -- "Saving keystrokes is the job of the text editor, not the programming language."