From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=BAYES_40,MSGID_SHORT autolearn=no autolearn_force=no version=3.4.5-pre1 Date: 6 Sep 91 18:06:19 GMT From: agate!bionet!ucselx!sol.ctr.columbia.edu!spool.mu.edu!tulane!uno.edu!JNCS @ucbvax.Berkeley.EDU Subject: Re: Ada micro Style for Programs in Introductory Textbooks Message-ID: <9068@cs.tulane.edu> List-Id: In article <1991Sep5.190551.8272@beaver.cs.washington.edu>, pattis@june.cs.wash ington.edu (Richard Pattis) writes: > > I recently received some reviews for a CS 1 (Introduction to Programming) in >Ada textbook. I was criticized (to varying degrees) for not typesetting my Ada >code according to the standard established in the LRM. I would like to appeal In general I would suggest that any book teaching a programming language should try to follow the commonly (!?!?!?) used style guidelines. In the case for Ada, the guidelines (which I know you are aware, but for completeness sake) are : 1. reserved words in small case 2. user defined identifiers in capital case I do not like these style guidelines, but I follow them when necessary. With respect to your style guidelines I do like them with one exception; using things like Pos for user defined POS identifiers. Semantics embedded in case is just to subtle for my stomach. Jaime Nino Computer Science University of New Orleans