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=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 2 Jun 93 19:08:46 GMT From: rational.com!bonnie!rlk@uunet.uu.net (Robert Kitzberger) Subject: Re: Learning C and C++ Message-ID: List-Id: dewar@schonberg.NYU.EDU (Robert Dewar) writes: >Often we scorn people who write >language X in the style of Y, but actually I think this is an excellent idea >when X=C and Y=Ada. I agree, as long as accepted coding practices of the 'new' language aren't abused. For example, I've seen cases where the C preprocessor was used to make C code look like Pascal: #define BEGIN { #define END } ...etc... The resultant code is only attractive and maintainable to the person that wrote it. .Bob. -- ------------------------------------------------------------------------ Bob Kitzberger Internet: rlk@rational.com Rational, Grass Valley, CA CompuServe: 70743,1550 type Opinion is private;