Slashdot Mirror


Is FORTRAN Still Kicking?

Algorithm wrangler queries: "I'm beginning to wonder if I should invest the time in learning FORTRAN. Although it is, arcane it seems to be the best tool when it comes to demanding optimization tasks and heavy computations. C/C++ does not cut it for me - it is simply too easy to make mistakes and I find myself using half of my time hunting bugs unrelated to the problem at hand. Additionally, although tools like Matlab exist they don't provide the power that justify the huge price tag they carry. I find any script based language (Matlab, Numeric Python, Scilab) to be inadequate as soon as it is necessary to use loops to describe a problem and using such tools for recursive systems can be a real pain. As another data-point, the Netlib repository seems to be very FORTRAN oriented, and it is a true gold mine when it comes to free routines for solving almost any computing task. What bothers me though is that FORTRAN code is really ugly and the language lacks almost any modern day language feature (I know about Fortran 90 but it is not much nicer than F77, and no one seems to use it). Can it really be true that the best tool we have for heavy duty computing is a 25 year old language, or have you found anything better - free or non-free?"

2 of 685 comments (clear)

  1. Welcome to Legacy Land by grendelkhan · · Score: 0, Offtopic

    Home of the VAX and land of Basic, FORTRAN, and COBOL!

    --
    Wu-Tang Name: Half-Cut Skeleton Get your own Wu-Na
  2. Re:Yes by xmath · · Score: 0, Offtopic

    >Anybody remember FORTH?

    "Remember" forth? you make it sound like it's a deceased language. Forth is still very much in use actively, and used for new applications. It's mainly popular in embedded systems. (for example, every modern Mac has a complete Forth system inside: Open Firmware)

    May the Forth be with you! :-)