Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 18 submissions in the queue.
posted by martyb on Wednesday November 28 2018, @09:34PM   Printer-friendly
from the it's-called-FORmula-TRANslator-for-a-reason dept.

While it may not be widely appreciated, the Fortran programming language is still a thing. Last year, NASA ended up being overwhelmed by the sheer number of responses to their contest to optimize a Navier-Stokes equations solver used to model aerodynamics, to be evaluated on the Pleiades supercomputer. Fastest implmentation would have won the first prize, however there were far too many to evaluate. Fortran is quite old but neither outdated nor complex and nothing beats it for number crunching. So in many cases it is still the right tool for the job.

Many thought that the competition will never start due to the lack of applicants. In fact, it was cancelled for the exact opposite reason.

Quoting NASA's Press Release: «The extremely high number of applicants, more than 1,800, coupled with the difficulty in satisfying the extensive vetting requirements to control the public distribution of the software made it unlikely we would achieve the challenge's original objectives in a timely manner.»

Next up, MUMPS?


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 0) by Anonymous Coward on Wednesday November 28 2018, @10:05PM (1 child)

    by Anonymous Coward on Wednesday November 28 2018, @10:05PM (#767525)

    You can write Fortran in any language.

    Makes me miss Basic.

    I know, I will write a Fortran-lisp.

  • (Score: 0) by Anonymous Coward on Wednesday November 28 2018, @11:45PM

    by Anonymous Coward on Wednesday November 28 2018, @11:45PM (#767568)

    Can you write FORTRAN in FORTH? I'd like to see that, honestly. I always did like FORTH. It's uses were pretty niche, but when it fit the use it really was fun to code in.