Re: Help from fellow Fortran Users

From: Arjen Markus (arjen.markus_at_wldelft.nl)
Date: 01/28/04


Date: Wed, 28 Jan 2004 09:50:47 +0100

Bob Lidral wrote:
>

> It's certainly possible to write portable code in C and, once over the
> learning curve, even easier in C++. Since the Fortran 77 standard, it
> has even been possible to write portable code in Fortran.
>
> If you're seeing a difference in portability between Fortran and C code,
> there's a good chance that's the result of differences in age. Old
> Fortran programs that have been ported to several different platforms
> for 20 or 30 years may have had all of the non-portable code removed or
> made portable. Wait until the C programs are 20 or 30 years old and
> have been ported to and used on as many different platforms before
> commenting on comparative portability.
>

But many of the UNIX utilities _are_ in fact 20 or 30 years old.
So, with these in hand, one could answer that question.

Regards,

Arjen



Relevant Pages

  • Re: Help from fellow Fortran Users
    ... > according to standards earlier than Fortran 90. ... C had no standard until after F77. ... > Fortran programs that have been ported to several different platforms ... > commenting on comparative portability. ...
    (comp.lang.fortran)
  • Re: Help from fellow Fortran Users
    ... >> has even been possible to write portable code in Fortran. ... >> commenting on comparative portability. ... I don't happen to have any statistics on the portability of UNIX ...
    (comp.lang.fortran)
  • Re: Help from fellow Fortran Users
    ... >> department head winced and commented that Fortran is no longer being ... Portability, for programs written in any language, depends on four ... A compiler that generates code for an AXP platform is not ... Some programmers are just so impressed with their own knowledge of the ...
    (comp.lang.fortran)
  • Re: Help from fellow Fortran Users
    ... > Also, although Windows may outnumber Unix, Linux, and BSD in units sold, ... > more relevant to the issue of portability. ... consistent API to support fork() emulation. ... Variety and quality of Fortran ...
    (comp.lang.fortran)
  • Re: Is Fortran more accurate than Java ?
    ... Fortran is far more portable ... >> than Java since it doesn't specify a detailed arithmetic model. ... Portability has a variety of shadings. ... There are still plenty of machines for which it is a problem but they ...
    (comp.lang.java.programmer)