Xref: utzoo comp.lang.c:9765 comp.lang.fortran:649 Path: utzoo!mnetor!uunet!husc6!cmcl2!nrl-cmf!ames!eos!labrea!decwrl!decvax!cg-atla!ulowell!vaxine!valideast!cpk From: cpk@valideast.UUCP (NANJIL NESAN) Newsgroups: comp.lang.c,comp.lang.fortran Subject: Re: Fortran -vs- C for Numerical Computing (not really) Message-ID: <235@valideast.UUCP> Date: 26 Apr 88 16:44:30 GMT References: <2869@charon.unm.edu> <7680@ames.arpa> Reply-To: cpk@valideast.UUCP (NANJIL NESAN) Organization: /usr/local/etc/organization Lines: 6 Keywords: Fortran,C,Numerical Analysis,Mainframe, Personal Computers I have used C as the prinicipal language in many matrix and relaxation oriented number crunchers with no problems. I feel using pointers is definitely a plus and it is done with ease in C. I have written most of my own libraries. I guess FORTRAN will have many more prepackage number crunccher libraries. However C libraries in simulation are definitely growing and for long term use I will tilt towards C.