Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!rice!uupsi!cci632!ritcsh!ultb!ritvax.isc.rit.edu!jav8106 From: jav8106@ritvax.isc.rit.edu (Doctor FORTRAN) Newsgroups: comp.lang.fortran Subject: Re: a secular response to the religious conflict Summary: No, C can't make your life simpler. . . Message-ID: <1990Dec10.152757.5209@isc.rit.edu> Date: 10 Dec 90 15:06:39 GMT References: <27304.27610742@kuhub.cc.ukans.edu> Sender: news@isc.rit.edu (USENET News System) Reply-To: jav8106@ritvax.isc.rit.edu Followup-To: comp.lang.fortran Organization: Rochester Institute of Technology Lines: 33 News-Software: VAX/VMS VNEWS 1.3-4 Nntp-Posting-Host: vaxa.isc.rit.edu In article <27304.27610742@kuhub.cc.ukans.edu>, arritt@kuhub.cc.ukans.edu writes... % If C has the potential to make my life easier, I'd like to know. I am afraid that C has the potential of making your life much more difficult. Forget about it. You already have a superior tool for the type of work you do. You'll have enough to keep yourself busy with when it comes time to start using FORTRAN 90. As far as the people who try to convince you that C is superior, well, chances are that you've read it here over and over: C has some advantages over FORTRAN for some problems, but these problems are limited to computer science-type applications. From what you have said, your programming tasks (like the tasks of many of us here at comp.lang.fortran) could only be made more complicated using C. Take it from somebody who programs in both C and FORTRAN: Numerical problems can be coded faster and more reliably in FORTRAN than in C, and the code is also more readable and easier to maintain. If you are looking for the support of a fellow programmer, if you need that support to keep those egotistical, boorish, know-nothing bit jockeys from getting your goat, well, you've got it! C ========================================================================== C === This subroutine will write a signature at the end of a posting. Subroutine Signature Write (*, 101) 101 Format (1H1, 'Doctor FORTRAN', /, ' Master of the Realm', /, 1 ' Reply: jav8106@ritvax.isc.rit.edu') Return End