Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!utah-cs!utah-gr!thomas From: thomas@utah-gr.UUCP (Spencer W. Thomas) Newsgroups: net.unix-wizards Subject: Re: Avl Message-ID: <928@utah-gr.UUCP> Date: Tue, 11-Oct-83 19:26:55 EDT Article-I.D.: utah-gr.928 Posted: Tue Oct 11 19:26:55 1983 Date-Received: Thu, 13-Oct-83 03:50:36 EDT References: sii.315 Lines: 12 At the risk of being flamed at for flaming, I would like to make one comment about the AVL language (which I have never used, but I think the comment is appropriate, anyway). As I recently pointed out to my intro CS class, automatic (implicit) declarations are DANGEROUS. They make it VERY EASY to write buggy code, as anybody who has written much Fortran (God help them) will know. A simple spelling error can screw up your whole program. Requiring variable declarations is a VERY GOOD THING, which is why all "modern" languages have them. =Spencer