Re: C versus FORTRAN90
Jan Vorbrüggen wrote:
You would be surprised what high-energy physicists did with Fortran.
Device drivers is one of the easier things.
Jan
:-0
My personal formulae is:
C for system tasks,
Fortran for numerics,
Lisp for the rest.
Regards
--
"I conclude that there are two ways of constructing a software design:
One way is to make it so simple that there are obviously no deficiencies
and the other way is to make it so complicated that there are no obvious
deficiencies."
-- C. A. R. Hoare
.
Relevant Pages
- Re: communicating the name of a function to deep within the call tree
... it separates parts of two thirds, unless it really isn't two thirds. ... If Fortran had RATIONAL as a data type, ... generic programming. ... no deficiencies and the other way is to make it so complicated ... (comp.lang.fortran) - Re: F08 support of floating decimal?
... base 3 floating point is also rare. ... Legal for Fortran, though. ... trinary (where the digits are zero, one, and minus one) ... no deficiencies and the other way is to make it so complicated ... (comp.lang.fortran) - Re: C style compound assignment operators
... In C and C++ they are either prefix or postfix, ... Remember that Fortran has a source form in which spaces ... no deficiencies and the other way is to make it so complicated ... (comp.lang.fortran) - Re: Encapsulation
... Fortran 77 codebases that have no encapsulation or high-level structure ... Tolerating the same deficiencies would mean commercial suicide for us. ... I was talking about .NET code even though I also know about ... (microsoft.public.dotnet.languages.csharp) - Re: Logicals converted to integers during reading
... This will also happen in Fortran versions that allow logical operators ... compliant implementations to detect and report. ... Fortran should *never* allow mixed-mode operations between ... no deficiencies and the other way is to make it so complicated ... (comp.lang.fortran) |
|