What’s the Fortran language for?

Asked

Viewed 431 times

1

On what occasions, nowadays, is the Fortran language used? What is its strong point and its purpose?

  • 2

    That, along with your question How the Assembly language came about and who was its creator?, seems to be from an exercise list and not exactly doubts. If so, you may not have understood well how the site works. Read the [Ask] guide to see how to elaborate a good question.

  • Did the answer solve your question? Do you think you can accept it? See [tour] if you don’t know how you do it. This would help a lot to indicate that the solution was useful for you. You can also vote on any question or answer you find useful on the entire site (when you have 15 points).

1 answer

5

It serves the same as other high-level languages, it allows a human to write an algorithm in such a way that after being interpreted by some application (compiler or interpreter) turns into instructions that the machine understands and runs this algorithm producing computational results.

As it was the first high-level language to be created its main asset was to allow an easier and simpler foma to write code avoiding some errors that were very common in Assembly.

As early computing only mattered calculations, it was thought to facilitate this and to this day it is seen as strong in complex numerical manipulations, mainly with data vectors. Today it has several optimizations for this and for having limitations in other points can focus on this part.

Of course, she does a lot of other things like any programming language, but she’s very good at this and she’s actually faster than C in some operations. And it doesn’t have the mechanisms treatment idiosyncrasies that C has.

  • Perfect! Thank you!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.