From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f28dd1d63a9466b2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-20 19:05:54 PST Path: nntp.gmd.de!news.rwth-aachen.de!news.rhrz.uni-bonn.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!xlink.net!howland.reston.ans.net!gatech!udel!news.mathworks.com!zombie.ncsc.mil!admii!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Syntax question Date: 20 Mar 1995 19:51:37 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3kl7up$jct@gnat.cs.nyu.edu> References: <3jrt1m$9rk@erinews.ericsson.se> <3ka7ic$1dfe@watnews1.watson.ibm.com> NNTP-Posting-Host: gnat.cs.nyu.edu Keywords: help syntax Date: 1995-03-20T19:51:37-05:00 List-Id: Well it shows how different people react to things, I really HATED the := and :=: trick, I thought they were typical of the kind of "fiddle-with-special-characters" games that ruin the syntax of many languages, and I think it is a good thing they were dropped. In practice I think that proper choice of parameter names and use of named notation meets the needs just find.