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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: f5d71,d275ffeffdf83655 X-Google-Attributes: gidf5d71,public X-Google-Thread: 103376,d275ffeffdf83655 X-Google-Attributes: gid103376,public X-Google-Thread: 146b77,d275ffeffdf83655 X-Google-Attributes: gid146b77,public X-Google-Thread: 1108a1,d275ffeffdf83655 X-Google-Attributes: gid1108a1,public X-Google-Thread: f849b,d275ffeffdf83655 X-Google-Attributes: gidf849b,public X-Google-Thread: 115aec,d275ffeffdf83655 X-Google-Attributes: gid115aec,public X-Google-Thread: 101b33,d275ffeffdf83655 X-Google-Attributes: gid101b33,public X-Google-Thread: 109fba,d275ffeffdf83655 X-Google-Attributes: gid109fba,public From: Scott Johnson Subject: Re: Ada vs C++ vs Java Date: 1999/01/27 Message-ID: <36AFF0BA.78DA@nospam.aracnet.com>#1/1 X-Deja-AN: 437816637 Content-Transfer-Encoding: 7bit References: <369C1F31.AE5AF7EF@concentric.net> <369CBD05.79D0@telusplanet.net> <369CBDA8.D3673C68@pwfl.com> <78j0jo$705@enquirer.corp.adobe.com> <36AEC0DC.64FF@locked_and_loaded.reno.nv.us> Content-Type: text/plain; charset=us-ascii Organization: National Association for the Advancement of Computer Geeks Mime-Version: 1.0 Reply-To: sj_nospam@nospam.aracnet.com Newsgroups: comp.lang.ada,comp.lang.c++,comp.vxworks,comp.lang.java,comp.java.advocacy,comp.realtime,comp.arch.embedded,comp.object,comp.lang.java.programmer Date: 1999-01-27T00:00:00+00:00 List-Id: Ken wrote: > > Patrick Wibbeler wrote: > > > > Or Her. > > > > Like there isn't already too much political correctness in the world. > Besides, most female programmers I know would choose a more up to date > language than Fortran, like C, C++, or Java, depending on the situation > they are programming in. What's wrong with Fortran? If you are writing a control system, or a UI, or an OS kernel, the answer of course is "plenty". If you are writing code for number-crunching, though, Fortran (or FORTRAN for the purists who insist that the current version of the language is an abomination--an argument I will avoid) is still a great language. Its lack of aliasing makes it VERY easy to parallelize, and allows many optimizations which are unsafe in C. (Though C9X may change the latter situation...) Plus, the numerics libraries available for FORTRAN are quite powerful. Scott