Fortran Version Question Apr. 8, 2009



FORTRAN VERSION QUESTION
Posted by E.D.G. April 8, 2009

SUMMARY: Information is being sought regarding versatile, free download Fortran compilers

An effort is being made to get researchers around the world better organized for working on important scientific projects. One of the steps in the effort involves getting procedures established that would enable them to use different language computer programs to work on the same project.

With one of those scientific projects that is already running I myself am using the Perl programming language. Other people prefer other languages. And an effort is being made to find a versatile, free download version of Fortran for people who prefer to use Fortran.

Any recommendations?

One of the researchers has been checking FTN95 Fortran for Windows available from Silverfrost.

http://www.silverfrost.com/

Can anyone comment on that program versus other versions of Fortran?

The following are some of the features that are important for all of the computer programs being considered with this effort:

--- A free download.

--- A compiler usage type program rather than one that reads and interprets a single line of code at a time.

--- The ability to produce a compiled exe type of program that will run on its own.

--- The ability to accept input using a standard type input command involving pressing the Enter key after typing in the data, and the ability to check for keyboard key presses with something like a GetKey command.

--- The ability to be running and waiting for input or in a timed sleep mode without tying up all of the computer processor time.

--- The ability to direct other programs to start running using something like a "system" or "shell" command.

--- The ability to establish two direction data and command "pipes" to other computer programs that are running at the same time.

--- The ability to be used by people who are not professional computer programmers.

I myself would consider Perl to be on the borderline regarding that. It was difficult for me to learn how to use. And I still have problems with it after years of use. FTN95 looks like it is probably easier for people, such as myself, to use who are not professional programmers.

One advantage that Perl does have is the fact that it has at least two of its own Internet Newsgroups. FTN95 appears to have some bulletin boards associated with. And I expect that they would probably work as well as a Newsgroup.


.



Relevant Pages

  • Re: Fortran Version Question Apr. 8, 2009
    ... We maintain a Fortran resource file. ... if you want to know about compilers that support features from the ... free compilers for windows are ... different language computer programs to work on the same project. ...
    (comp.lang.fortran)
  • Re: Is it time to legitimise REAL*8 etc?
    ... Some vendors phased out their F77 compilers over 10 ... No need to support a seperate F77 compiler as, ... experience with F77) that the F95 programming is safer than the F77 ... Authors are not chosing more recent Fortran ...
    (comp.lang.fortran)
  • Re: what is the most suitable Linux platform for Programmers and software developers
    ... C, C++, Perl, Python, Lisp, and a bunch of other languages are supported ... There are FORTRAN compilers, but FORTRAN ... Look at the Linux ...
    (comp.os.linux.misc)
  • Re: Is it time to legitimise REAL*8 etc?
    ... Some vendors phased out their F77 compilers over 10 ... No need to support a seperate F77 compiler as, ... experience with F77) that the F95 programming is safer than the F77 ... COMMONs remain available with any FORTRAN version. ...
    (comp.lang.fortran)
  • Declaration to get 8-bit (or 16-bit) integer?
    ... Supported by all the current compilers that I've tried it on. ... Not likely to become standard in the foreseeable future. ... Syntax standard-conforming, but semantics not guaranteed of course. ... The meaning of the code not obvious to anyone but a Fortran guru. ...
    (comp.lang.fortran)