Mailinglist Archive: opensuse-programming (84 mails)

< Previous Next >
Re: [suse-programming-e] Is SuSE 64 bit ?
  • From: Jerry Feldman <gaf@xxxxxxx>
  • Date: Tue, 31 Aug 2004 10:48:02 -0400
  • Message-id: <20040831104802.540a0126@xxxxxxxxxxx>
On Tue, 31 Aug 2004 14:30:22 GMT
Colin Carter <colincarter@xxxxxxxxxx> wrote:

> C++ programmers tend to be 'function orientated' whereas FTN
> programmers tend to be 'in line' orientated. Perhaps it is
> often a matter of programming style which makes the most
> difference.
> But one must always keep in mind two things:
> these days many languages are initially, partially compiled
> down to the same pseudo-language for a latter step, and
> FOTRAN has been under development by very (and I mean very)
> experienced people for a very long time and scientific
> programmers still turn to FORTRAN.

One reason that FORTRAN has lasted so long (as it is one of the earliest
high level languages) is that there is a tremendous body of scientific
programs and libraries written in FORTRAN, and the compiler people have
been able to very aggressively optimize the code. Another advantage is
that there are many built-in features of FORTRAN that tend to generate
inline code where C and C++ result in library calls.

(aside: I think that LISP is the oldest computer language because it was
invented before the computer).
--
Jerry Feldman <gaf@xxxxxxx>
Boston Linux and Unix user group
http://www.blu.org PGP key id:C5061EA9
PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9
< Previous Next >
References