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=0.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: fac41,9a0ff0bffdf63657 X-Google-Attributes: gidfac41,public X-Google-Thread: f43e6,9a0ff0bffdf63657 X-Google-Attributes: gidf43e6,public X-Google-Thread: 1108a1,9a0ff0bffdf63657 X-Google-Attributes: gid1108a1,public X-Google-Thread: 103376,a498aa1404ef5d87 X-Google-Attributes: gid103376,public From: Jay Martin Subject: Re: Why C++ is successful Date: 1998/07/29 Message-ID: <35C00670.56E78687@earthlink.net>#1/1 X-Deja-AN: 376240918 Content-Transfer-Encoding: 7bit References: <35AE4621.2EBC7F6A@eiffel.com> <6p83vj$657$1@news.intellistor.com> <35B79E7D.6068DCDF@eiffel.com> <6pg7fg$qhi$1@news.interlog.com> <901533851.20058.0.nnrp-04.9e980ba3@news.demon.co.uk> <35be2a94.57352308@netnews.msn.com> <6plvgl$eaf$1@news-1.news.gte.net> <35bebe5f.95187031@netnews.msn.com> <6pn9af$hqd$1@uuneo.neosoft.com> <35BF51A2.B199FDFA@gmv.es> <6poobv$8dn$1@uuneo.neosoft.com> Content-Type: text/plain; charset=us-ascii Organization: EarthLink Network, Inc. Mime-Version: 1.0 Newsgroups: comp.lang.eiffel,comp.object,comp.software-eng,comp.lang.ada Date: 1998-07-29T00:00:00+00:00 List-Id: Pat Rogers wrote: > > Juan Carlos Gil Montoro wrote in message <35BF51A2.B199FDFA@gmv.es>... > >Pat Rogers wrote: > >> > >> [Big Snip] > >> > >> That's why I'm learning Java now, and Eiffel and C++ in the past. They all > >> contribute something to make one a better developer. I need to take another > >> look at Fortran, because it sure isn't the Fortran IV I used in the old > >> days! > >> > > > > You'll be happy you did. > > Fortran 90 and Fortran 95 are modern languages unbeatable (IMHO) in > >their niche. > > Since you mention it, what would you say is Fortran's niche that the language is > unbeatable in filling? (Serious request for opinion, not yet another language > flame war ignition.) I believe Fortran (i.e. High Performance Fortran) is king for scientific array calculations on massively parallel machines. These compilers will take a program that does calculations on arrays and generate code that distributes the arrays across all the processors and efficiently schedules data communication between the processors. I don't know if there is a viable "High Performance C/C++" in the market yet. Jay