Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 alpha 4/15/85; site ucbvax.ARPA Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!info-vax From: info-vax@ucbvax.ARPA Newsgroups: fa.info-vax Subject: Re: LSE vs TPU Message-ID: <7422@ucbvax.ARPA> Date: Thu, 23-May-85 12:24:41 EDT Article-I.D.: ucbvax.7422 Posted: Thu May 23 12:24:41 1985 Date-Received: Sat, 25-May-85 00:05:36 EDT Sender: daemon@ucbvax.ARPA Organization: University of California at Berkeley Lines: 16 From: blaney.xrcc@Xerox.ARPA Martin, Speaking as an experienced PASCAL programmer, I can tell you that to let a language sensitive editor allow you to use PASCAL because the editor helps with the syntax, will have serious repercussions on your programs if they happen to be 'large'. The point of an LSE is to help a programmer familiar with the language omit at an early stage those tedious errors that add to programming overhead, due to typing errors, forgetting to declare variables etc. It should never be used to implicitly help one design a program. I think this is an easy trap to fall into. I am not suggesting you will, but your message suggests some difficulties with PASCAL that an LSE will automatically clear up. Paul