Xref: utzoo comp.lang.c:9775 comp.lang.fortran:650 Path: utzoo!mnetor!uunet!husc6!mailrus!tut.cis.ohio-state.edu!im4u!ut-sally!utah-cs!utah-gr!uplherc!sp7040!obie!wsccs!terry From: terry@wsccs.UUCP (Every system needs one) Newsgroups: comp.lang.c,comp.lang.fortran Subject: Re: Fortran -vs- C for Numerical Computing Message-ID: <501@wsccs.UUCP> Date: 28 Apr 88 03:50:22 GMT References: <2869@charon.unm.edu> Lines: 13 Summary: Try LISP In article <2869@charon.unm.edu>, cn7gr8ag@ariel.unm.edu writes: > I'm going to be writing a large numerical simulation which will need to > be used on both mainframe and personal computers. The program will be > about 5000 to 8000 lines long and portable. The basic design of the code > will be to solve a number of coupled partial differential equations for a > variety of boundary conditions. There is a very nice package in LISP called 'REDUCE' (or at least it WAS in lisp, last time I looked). I know it runs on VAXen, SAGE (Pronounced 'Stride') and Sun, among others. It will solve simultaneous partial differential equations handily, as well as a number of other intersting gee-gaws. terry@wsccs