Re: Fortran bashing in the MATLAB newsgroup



I wouldn't worry about it. I'm a long-time developer and programmer in
Matlab, and I also do a little work (including Matlab<>Fortran
interfaces) in Fortran. In all depends upon whether one needs to
program computers, or do number crunching. Engineers wanting to solve
numerical problems by doing number crunching still write in Fortran so
far as I am aware, whereas people who want to program computers
(windows, user interfaces, etc.), for whatever reason, use something
else. I tried learning C/C++ once; but it was too low-level a language
for engineering application problem solving - much better suited to the
computer professional IMHO. Horses-for-courses, and all that!

.



Relevant Pages

  • Re: Will Fortran 2003 Solve This Problem?
    ... checking of interfaces, which in Fortran is done when compiling the USEing ... The problem with Fortran compilers as they are now is that the compiler ... > INTERFACES to MODULE A member functions (and/or TYPE definitions in MODULE ...
    (comp.lang.fortran)
  • Re: double confusion
    ... its abilities F77 do not provide? ... I have Fortran code that interfaces with a Sybase database. ... I would tend to recommend against mixing ...
    (comp.lang.fortran)
  • Re: Visual Fortran - super quick questions
    ... Cicero wrote: ... > Can I do nice interfaces like in Visual Basic with CFV? ... + I wrote several GUIs with Borland C++ Builder and linked the Fortran ... Unfortunately Borland does not seem to support VCL for longer-term. ...
    (comp.lang.fortran)
  • Re: [OT] convert C code to Fortran
    ... > interfacing C and Fortran are highly system specific. ... C doesn't define an interface to Fortran, but Ada defines interfaces ...
    (comp.lang.c)