FORTRAN article on Slashdot...

From: Rich Townsend (rhdt_at_barVOIDtol.udel.edu)
Date: 01/28/05


Date: Fri, 28 Jan 2005 14:57:00 -0500


...I use the term 'FORTRAN' deliberately, since the article is awash
with those who still spell in capitals, still fear arithmetic ifs, and
still claim that C/C++ buried Fortran.

Read about it here:

http://developers.slashdot.org/article.pl?sid=05/01/28/1556221&tid=156

cheers,

Rich



Relevant Pages

  • Why do you still use Fortran?
    ... I was quite unsettled to learn that C/C++ was ... My undergraduate education only encompassed Fortran and although I ... that spending time learning another language would turn me into a jack ... Why do these niche applications (such as the algorithms running on the ...
    (comp.lang.fortran)
  • Re: What can be done in FORTRAN that cannot be done in C/C++?
    ... I don't think Fortran bears much relationship to C or C++. ... can't stand programming in C/C++. ... If you are asking why other people don't switch, ... reason - they clearly don't make the same evaluation as you do. ...
    (comp.lang.fortran)
  • Re: Calling C from Fortran link problems (Compaq Visual Fortran 6.6 & MS Visual Studio 8)...
    ... to get things done, via Fortran, C/C++, whatever, makes little difference ... >> I'm an aficionado of mixed language development. ... so I got separate output from each. ...
    (comp.lang.fortran)
  • g77 default array index starts at 0?
    ... I don't know Fortran all too properly, and am trying to get a library compiled with g77 to print out a data array from a C/C++ program. ... Now for some reason in g77 the DOUBLE array appears to want to start at index 0, so printing out the doubles using a loop, using indices 1 to 3 in Fortran results in the printed table being shifted upwards in values. ... A compiler flag to set DOUBLE PRECISION arrays also to start at 1 would be the fastest way to fix the code, ...
    (comp.lang.fortran)
  • Re: help reg ALLOCATABLE arrays with INTENT statement
    ... This is the first time i am programming in fortran 90 and i am using ... this is not something like c/c++ where things are explicitly stated. ... >> end module globmod ... >> in both your main program and the external subroutine and you are as good ...
    (comp.lang.fortran)