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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: f5d71,7a278735334db126 X-Google-Attributes: gidf5d71,public X-Google-Thread: 109fba,7a278735334db126 X-Google-Attributes: gid109fba,public X-Google-Thread: 1014db,7a278735334db126 X-Google-Attributes: gid1014db,public X-Google-Thread: 103376,7a278735334db126 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-07 12:33:04 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: jarrodhroberson@yahoo.com (Y2KYZFR1) Newsgroups: comp.lang.c++,comp.lang.c,comp.lang.java,comp.lang.ada Subject: Re: Announcing new scripting/prototyping language Date: 7 Feb 2004 12:33:04 -0800 Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 24.98.139.19 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1076185984 12633 127.0.0.1 (7 Feb 2004 20:33:04 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 7 Feb 2004 20:33:04 +0000 (UTC) Xref: archiver1.google.com comp.lang.c++:18032 comp.lang.c:20999 comp.lang.java:2755 comp.lang.ada:5321 Date: 2004-02-07T12:33:04-08:00 List-Id: Joona I Palaste wrote in message news:... > Richard Heathfield scribbled the following > on comp.lang.c: > > Larry Hazel wrote: > >> Christopher Benson-Manica wrote: > >>> > >>> When I need a language that's easy to use and readable, I turn > >>> directly to C. Don't let me stop you, though. > >> > >> C? Easy to read? You have got to be kidding. > > > Compared to the other languages in this crosspost? Damn right it's easy to > > read! :-) > > > I mean yes, okay, I know what you mean. Any sufficiently advanced IOCCC > > entry is indistinguishable from line noise. But not /all/ C programs are > > IOCCC entries! > > I find C harder to read than Java, and easier to read than C++. I > don't know about Ada, as I've never seen it. But C and C++ are a > breeze compared to the likes of Perl, Python and Lisp. They look like > C looked while I was still a BASIC programmer: a random jumble of > punctuation marks. you have obviously never even seen a Python program, since it does not use any punction marks. It ( and Lua ) are about as close to executable pseudo-code as you can get. Python ( and Lua ) is "comprehendable" by anyone that can read english for the most part. C and C++ are not. Python enforces rules about formatting even, so everyones Python code HAS to conform to the same formatting rules, thus contributing to even more "readibility"