answersLogoWhite

0


Best Answer

There are very few programs which still use the software language Fortran as it considered 'dead' by many. That said, it is still used by those in numerical algorithms programming.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which programs still use the software language Fortran?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What did they program with fortran?

Not what did they program in Fortran, but what do they program in Fortran. Math. And lots of it. It is used in science and engineering applications for number crunching. It still is used, and in fact, it is the preferred language in finite element analysis programming and other work involving large amounts of calculation.


Which programming language is the oldest basic c cobol fortran?

The Fortran and COBOL programming languages have both been around for a long time. Fortran was released around 1957, while COBOL followed a couple years later. Fortran has historically been mostly used for numerical and scientific calculations, while COBOL is primarily used by businesses.


What is the worst programming language?

AnswerThere is no general answer to this question.While some languages might be better to solve a certain problem than others, every language has its field of application. Some languages might be educational (LOGO) or entertaining (LOLCODE) but that are applications anyway. Even languages like COBOL or FORTRAN still have their uses. The question is not "better or worse", it's "How does it fit my requirements".That said, there are language features which are bad in a way which is hardly debatable. For a discussion of some of these see:What is the worst programming language you ever worked with? (http://stackoverflow.com/questions/961942/what-is-the-worst-programming-language-you-ever-worked-with)Answer The only true contenders for the title of "worst" are those designed to be the worst, such as INTERCAL, Malbolge and Brainf*ck. INTERCAL, in particular, is not only a terrible language, but its compilers are also designed to be terrible. They're the only compilers I can think of that would pessimize, rather than optimize, programs. The terrible languages are often turing tarpits (http://esolangs.org/wiki/Turing_tarpit), but one doesn't always imply the other.AnswerC# is a general-purpose, block structured, procedural, imperative computer programming language that is just not meant to be used in serious enterprise applications.AnswerThose good old all-capital languages (FORTRAN, BASIC, COBOL): programs written in them are practically unreadable.


Advantages and disadvantages of the programming language FORTRAN?

Up till Fortran 90/95, the language was primarily intended for calculations. It remains one of the best computational languages ever developed, and is still in heavy use in the financial industry.However, due in large part to disagreements among members of the Fortran development groups, Fortran 77 was deficient in a number of areas. Most or all of these have since been addressed by Fortran 90/95, however, so they do not represent current language deficiencies. These limitations included:Poor string handling, including weak concatenation and length functions.Subroutines pass arguments by reference rather than by value, making data protection difficult.Data scoping is limited. Variables can either be local or in COMMON blocks, but no other scoping is allowed. As a result, it's not possible to write file-level procedures; shared logic must be in a separate subroutine or repeated via cloning.Loop controls are somewhat limited, requiring continued use of the GOTO statement to manage flow in some cases.


What is the use of the C language?

The C language (or more commonly C++) is the core of most programming done at the desktop level. Most programs written in Linux are in C or C++, as are most Windows programs. A number of languages in recent computer history have been designed to reduce the dependency on C and C++, but have still largely failed to replace C and C++ for high performance applications.

Related questions

First computer language?

The oldest computer language still in use is Fortran, invented in 1957. The first computer language was assembly language, but the first high level programming language was Plankalkul.


In what area of life is Fortran still applicable?

FORTRAN was an excellent computer software for engineering applications. Check with an engineering student or college or an engineering company.


What did they program with fortran?

Not what did they program in Fortran, but what do they program in Fortran. Math. And lots of it. It is used in science and engineering applications for number crunching. It still is used, and in fact, it is the preferred language in finite element analysis programming and other work involving large amounts of calculation.


What is the difference between COBOL and FORTRAN?

COBOL stands for Common Business Oriented Language and, as the name implies, is best applied in business and accounting type projects. FORTRAN is primarily for scientific/engineering/mathematical problems. The name comes from 'Formula Translator.' The FORTRAN that I worked with some 50 yrs ago in no way resembles the FORTRAN of today ... it evolves I've been told that 500 yrs from now, engineers will still be using something called FORTRAN though it had evolved even more through time.


Why does Rosetta Stone language software cost so much?

There are several ways of answering this question, but the main basic reasons are because: a) People are willing to purchase Rosetta Stone at what the company charges, b) The company needs to recover costs involved in making the programs (not just programmers, but also linguistic specialists) and still make a profit (the larger the profit, the better for the company - see "a"), and c) Bootlegging (i.e., pirating software), which forces the company to make a profit on fewer programs sold (fewer programs are sold because some people pirate the software or purchase pirated versions of the software instead of purchasing it).


All examples of fortran?

(FORmula TRANslator) The first high-level programming language and compiler, developed in 1954 by IBM. It was originally designed to express mathematical formulas, and although it is used occasionally for business applications, it is still the most widely used language for scientific, engineering and mathematical problems. FORTRAN IV is an ANSI standard, but FORTRAN V has various proprietary versions. The following FORTRAN example converts Fahrenheit to Celsius: WRITE(6,*) 'Enter Fahrenheit ' READ(5,*) XFAHR XCENT = (XFAHR - 32) * 5 / 9WRITE(6,*) 'Celsius is ',XCENT STOP END


How do you become a video game writer?

Video game is a software. A software is a program. So you need to know how to program. Programs are written with programming languages. Pick a language and master it. You might not need to build everything from scratch. There are tools that can make building game easier. But you still have to program.


Which programming language is the oldest basic c cobol fortran?

The Fortran and COBOL programming languages have both been around for a long time. Fortran was released around 1957, while COBOL followed a couple years later. Fortran has historically been mostly used for numerical and scientific calculations, while COBOL is primarily used by businesses.


What is the advantage of a translator that is source to source compiler with C as target language?

For example, if you don't have a FooBar-language compiler, but have a FooBar-to-C translator, then you still can use FooBar-language programs.


Where can cheap web design software be purchased?

Generally these programs help you build your website step by step while their are better and more expensive programs the cheap one are still very helpful. Such programs can be sold at www.websitesforless.info and www.haveaweb.com


What is resident software?

Resident PROGRAMS are still present in memory of the computer and need not be launched by the operator. Usually their function coincides with the operating system.


Is there still programmer available for C++ software?

Yes, a lot of programmers are available for doing programming in C++ software. But after the popularity of .Net, many have shifted their programming career to .Net Yes, there are still programmer available for C++ software.. C++ is one of the most popular and still useful computer science language in the programming world.