Re: Fortran vs. C++ : Which is best to choose now i
From: Gerry Thomas (gfthomas_at_sympatico.ca)
Date: 02/08/04
- Next message: --==M=M==--: "Re: Bug, out of standard or human error?"
- Previous message: Gerry Thomas: "Re: Fortran vs. C++ : Which is best to choose now i"
- In reply to: Dan Nagle: "Re: Fortran vs. C++ : Which is best to choose now i"
- Next in thread: Dan Nagle: "Re: Fortran vs. C++ : Which is best to choose now i"
- Reply: Dan Nagle: "Re: Fortran vs. C++ : Which is best to choose now i"
- Reply: Richard Maine: "Re: Fortran vs. C++ : Which is best to choose now i"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 8 Feb 2004 10:30:37 -0500
"Dan Nagle" <dnagle@erols.com> wrote in message
news:4o6c209vdvsoat8bhp90nhal0edmg2urv8@4ax.com...
[...]
> Show me an _elementary_ text describing OOP _which is applicable
> to floating point_ and I'll try to read it.
You don't appear to have looked too hard. Start here
http://www.math.wayne.edu/~yang/book.html Chapters 7-11, for example.
Your perceived clash between the treatment of floating point and integer
data types has less to do with the merits or otherwise of OPP and
genericity than language committees' (C++, Fortran, etc) opposition to the
adoption and compliance with ISO/IEC LIA 10967 which has been in draft for
a decade.
It has taken Fortran 20 years to provide support for ieee fp error
handling. How long more does one have to wait for integer overflow
detection, undoubtedly one of the reasons why numerous invalid but
conforming Fortran programs blithely spew their dubious issue to their
unsuspecting architects? And all this from a language that proclaims its
superiority in matters numeric!
-- Ciao, Gerry T. ______ "The most successful tyranny is not the one that uses force to assure uniformity but the one that removes the awareness of other possibilities, that makes it seem inconceivable that other ways are viable, that removes the sense that there is an outside." -- Allan Bloom, in The Closing of the American Mind.
- Next message: --==M=M==--: "Re: Bug, out of standard or human error?"
- Previous message: Gerry Thomas: "Re: Fortran vs. C++ : Which is best to choose now i"
- In reply to: Dan Nagle: "Re: Fortran vs. C++ : Which is best to choose now i"
- Next in thread: Dan Nagle: "Re: Fortran vs. C++ : Which is best to choose now i"
- Reply: Dan Nagle: "Re: Fortran vs. C++ : Which is best to choose now i"
- Reply: Richard Maine: "Re: Fortran vs. C++ : Which is best to choose now i"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|