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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a9b0810d3106d9b8 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!j28g2000vbp.googlegroups.com!not-for-mail From: "George P." Newsgroups: comp.lang.ada Subject: Re: Fun with C Date: Sat, 23 Apr 2011 13:47:51 -0700 (PDT) Organization: http://groups.google.com Message-ID: <093a1d39-29b6-4278-a759-72138296bd94@j28g2000vbp.googlegroups.com> References: <27cf3992-4132-4483-9110-adc7a089cd4a@e8g2000vbz.googlegroups.com> <4c2b6a58-e3b6-47da-95e0-64853be5c1f9@v11g2000prb.googlegroups.com> <86748003-860f-4729-ae26-55be1e58ac2b@d27g2000vbz.googlegroups.com> <4b5748dc-60fa-4cec-a317-054626e9a1ca@d19g2000prh.googlegroups.com> <1908th3tyz101.1f6c5w8t9mggy.dlg@40tude.net> <2118e788-7b3e-4d25-8d0f-5e60498e3a3b@cu4g2000vbb.googlegroups.com> <1hnl95prvrt6i$.1s675gncbjxsu$.dlg@40tude.net> <5d44db50-ceff-4f4d-8bc7-714f31fbca06@hd10g2000vbb.googlegroups.com> <0eba8ffa-6d67-4957-8be3-8fbc3c2ea903@u38g2000prd.googlegroups.com> NNTP-Posting-Host: 63.88.115.178 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1303591672 24916 127.0.0.1 (23 Apr 2011 20:47:52 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 23 Apr 2011 20:47:52 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j28g2000vbp.googlegroups.com; posting-host=63.88.115.178; posting-account=VnNb3AoAAACTpRtCcTrcjmPX7cs92k1Q User-Agent: G2/1.0 X-HTTP-Via: 1.1 SPARKS X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16 GTB7.1,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19023 Date: 2011-04-23T13:47:51-07:00 List-Id: On Apr 23, 1:52=A0pm, "Dmitry A. Kazakov" wrote: > On Sat, 23 Apr 2011 10:28:24 -0700, Nasser M. Abbasi wrote: > > Also, Fortran does not have plotting ability build-in, so if a > > student solves a differential equation using Fortran and wants to > > plot the solution, then how to do it? > > If I correctly remember grafor (Graphical FORTRAN?) was the first ever > plotting library. > > Not that I am advocating FORTRAN, of course... (:-)) > > -- > Regards, > Dmitry A. Kazakovhttp://www.dmitry-kazakov.de There were few, and there was always Open-GL. Last time I checked on FORTRAN in 2002-3, it was pretty decent language for the purpose. Nothing like FORTRAN IV I started on. And it also was fast (Compaq/DEC). Surprisingly, while it went through series of dramatic transitions (f90 to f08), it seems that F community is not obsessed with backward compatibility as much as C community. Compilers are able compile and link to old legacy code but for those who writes software there is a new format. Anyone knows how widely it is still being used and what is demographics of it? G.