I will answer your question a bit later, but first I'll address adress one other point - or should I say, one other oversight, that seems to be occuring regularly amongst questions that include the tag "fortran".
Fortran first appeared in 195-something, depending on your definition of "appear". From then till now, it has gone through several versions:
- I, II, III, IV
- 66
- 77
- 90, 95
- 2003, 2008 (WIP)
(bold ones are considered major steps in language development)
It was developed from the start, and with the goal to be a language for primarily numerical computations. Hence the name - FORTRAN - FORmula TRANslation language.
Due to computer technology advancement in the sixties, seventees and eightees, and due to not having any alternatives (C was introduced much later, and because of its design it was never popular amongst the same crowd that used fortran), a vast amount of production code was written in fortran.
That same amount of code had to be maintained, and that was one of the major considerations, (and still is) when a new fortran standard is introduced - fortran90.
It took the whole fortran77 as a subset, making it very easy to maintain and develop new code which would be easily connectible to old, already written one, but also it introduced a large number of new features.
New standards were introduced after fortran90 as well, and although some features of the language have been declared obsolete, some even deleted, you'll find that most vendor's compilers support all fortran features from '77, but also support new features from '2003 standard.
Anyway, you can find more on these on wikipedia's article about fortran.
Now I'll comment and address some of the questions in your post.
At my current place of employment there are a handful of maybe two to three employees that add and maintain functionality of legacy fortran77 code. When I was first hired I briefly considered trying to become fluent in the ancient language, soon after I changed my mind.
This conclusion came from a combination of reasons; initially I admit the steep learning curve pushed me away.
What does your company do (in general) ?
Although I've seen fortran described as a "legacy language", "old", "ancient", even "dead", I've never ever seen it being described as a language that had a "steep learning curve". An old IBM manual on fortran77, which was my first introduction to the language many years ago, had no more than 50 pages or so of one side print.
What parts did you find uncomprehensible, and how much effort did you put in clarifying them ?
But even after I began to develop a trivial understanding of the language I found that I never had any useful ‘projects’ I could contribute.
Numerical weather prediction, finite element analysis, computational fluid dynamics (CFD), computational physics, and computational chemistry are just some of the areas in which you'll find it used. It is one of the most popular languages in the area of high-performance computing and is also used for programs that benchmark and rank the world's fastest supercomputers.
I find it hard to believe that you couldn't contribute to either of these areas.
Of course, if you're not interested in neither of these, and wish to work on office applications or web development, then indeed maybe, it is a wrong language to begin with.
Which lead me to the realization, what good would Fortran77 be on my application if I were job searching again? It occurred to me that, unless I was interested in maintaining legacy code that some unknown long since retired employee had written thirty+ years ago, I should spend my time learning a newer, more utilized, language.
I agree. I agree throughly.
You shouldn't try and learn fortran77. It is, even by a conservative point of view, an old language.
However, learning fortran90/95 and studying new features of the 2003 and 2008 standard is the way to go. Maintaining old '77 code shouldn't present any problems, and writing new code should be done in newer standards, which also include some features for easier organizing your programs. OO-programming is also supported, although, it differs to some degree from the C's point of view.
Google trends makes an interesting graph, to my point, when given Fortran.
Also interesting to note is that the combined sum of Fortran tagged questions on stackoverflow is less than 100 at the time of this post.
Mathematicians, engineers, physicians ... all combined, do not make up very large percent of the general population. Never did.
The difference is that 40 years ago, when a big amount of fortran code was written, they were one of the rare ones that had access to computers. So it gave the illusion that everyone was using fortran in those days.
Nowadays, the number of people in those areas remain pretty much the same, only compared to total number of computer users, it presents a much smaller percentage.
So what new projects and applications are suitable for a groundwork built in Fortran? Is there a large need for Fortran engineers to develop new products, or mostly to maintain old code? Has anybody heard of any recent application development surrounding Fortran?
I know several, but I doubt their names will mean anything to anyone in here. They're not applications which pickle the public interest, nor are they applications that are publicly available.
Ultimately, is the return worth the investment in learning Fortran for a new engineer these days?
I can't answer that. I can add however, that, it is a language with excellent features for engineering purposes, to which an alternative is still not quite in sight (many have tried - they said fortran was dead in the 80ties, they repeated it all through the 90ties, ... now in the "zeroes" it's still here like it was before). It is also a language with very strong corporate backing - (few languages have more companies actively developing compilers than fortran) which is not gonna go just like that (kinda like Microsoft Clippy).
Of course, I couldn't finish this post without some kind of a reward for the ones that made it all the way till the end :-)
