Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!rutgers!lll-crg!lll-lcc!dual!ucbvax!ucbcad!faustus From: faustus@ucbcad.BERKELEY.EDU (Wayne A. Christopher) Newsgroups: net.lang Subject: Re: Discussion on removing punctuation in programming languages Message-ID: <1097@ucbcad.BERKELEY.EDU> Date: Sun, 19-Oct-86 00:26:28 EDT Article-I.D.: ucbcad.1097 Posted: Sun Oct 19 00:26:28 1986 Date-Received: Tue, 21-Oct-86 06:21:55 EDT References: <7796DMB@PSUVMA> <337@ndmce.uucp> Organization: CAD Group, U.C. Berkeley Lines: 11 I think that a lot of the "errors" people complain that punctuation causes are syntax errors -- in my view, fixing syntax errors is the easiest part of debugging, and if there is any way that a more insidious error can be made into a syntax error, that's great. Without delimiters, unless your language forces you to type a lot of extra stuff or program in an unnatural way, it's easy to write something that's syntactically valid but not what you meant... Sure, readability is fine, but you have to make sure that the computer is reading it the same way... Wayne