Path: utzoo!utgpu!attcan!uunet!seismo!sundc!pitstop!sun!quintus!ok From: ok@quintus.uucp (Richard A. O'Keefe) Newsgroups: comp.lang.fortran Subject: Re: Fortran versus C for numerical analysis Message-ID: <338@quintus.UUCP> Date: 1 Sep 88 11:12:35 GMT References: <893@amelia.nas.nasa.gov> <3064@lanl.gov> Sender: news@quintus.UUCP Reply-To: ok@quintus.UUCP (Richard A. O'Keefe) Organization: Quintus Computer Systems, Inc. Lines: 8 In article <3064@lanl.gov> jlg@lanl.gov (Jim Giles) writes: >The fact that C parentheses don't force execution order is sufficient >to exclude C from use in some instances. Fortran's kludge of using () to control evaluation order (which means that it has no way of expressing plain grouping *without* forcing evaluation order) has been adopted in the draft ANSI C standard, so this should cease to be a problem.