12
votes
How to modernize large legacy Fortran program?
OK in all seriousness, this code has worked for 30 years. It will work for 30 more.
You could spend your life 'modernising' it and only add bugs.
Start walling bits off and componentising so you can ...
6
votes
Fortran-Python Interface
Integrating Python within a Fortran codebase, especially considering the time and effort put into it, ought to prioritise interoperability and maintainability without sacrificing performance. ...
1
vote
Why was Fortran never used to develop an Operating System?
BTW, the significant portion of VMS (Digital Equipment Corporation) was written in FORTRAN 4. If you ever have a chance to see dumps e.g. on VAXVMS, you will notice it imminently.
B.E.S.T.
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
fortran × 26design × 5
c × 3
design-patterns × 2
object-oriented × 2
c++ × 2
history × 2
legacy × 2
lisp × 2
java × 1
c# × 1
algorithms × 1
javascript × 1
python × 1
object-oriented-design × 1
programming-languages × 1
interfaces × 1
code-quality × 1
compiler × 1
language-design × 1
libraries × 1
math × 1
logging × 1
operating-systems × 1
array × 1