Skip to main content

The world would fall apart if it weren’t for these ancient programming languages

ancient coding languages
Genevieve Poblano/Digital Trends

“How the heck did we get here that we literally need COBOL programmers?” asked New Jersey Governor Phil Murphy at a recent press conference.

Faced with an unprecedented number of unemployment applications, the state had to expand its 40-year-old unemployment claims platform immediately — an overhaul that instantly kicked off a frantic search for programmers familiar with the decades-old coding language COBOL.

Recommended Videos

It’s not just New Jersey that has this problem, though. A lot of the world’s banking, defense, and artificial intelligence systems chug along on programming languages that were in vogue back when Apple was run out of a garage.

The tech industry has an affinity for things that are new and cutting-edge, but if it weren’t for ancient coding languages like COBOL, Ada, Pascal and Fortran, the credit industry, scientific research organizations, and numerous defense systems would come to a screeching halt. In other words, without all this old code, we’d be screwed.

Fifty year-old programming languages are still calculating millions of transactions and stats, and serving as the backbone for systems that the modern world relies on. For example, over 95 percent of ATMs and 40 percent of banks use COBOL code, according to a 2017 Reuters report.

Image used with permission by copyright holder

Several of these ancient tabulators still do specific functions very well. There are also a lot of business executives that don’t want to pick apart the time-tested software that’s vital to their company’s business, so instead of overhauling and modernizing, they simply patch old code and hope for the best.

Wrestling with ancient technology isn’t a new phenomenon. For example, California has blown hundreds of millions of dollars trying to update its DMV and payroll technology. Yet the current pandemic and resulting wave of unemployment have illuminated how much of America’s software infrastructure is crumbling like its physical one.

Here are five “vintage” languages our world depends on more than you realize, and why that might make you a little nervous.

Fortran

fortran manual cover
Image used with permission by copyright holder

If it weren’t for Fortran, many of the supercomputers and models that we use for things like weather prediction, astrophysics, and high-level statistical analysis simply wouldn’t work.

Built by IBM in the 1950s, Fortran (short for Formula Translation) was one of the first high-level languages that used words instead of numbers and made it possible for coders to write programs 500% faster than when using machine code. Not nearly as many developers learn the language today.

“I use Fortran all the time — I just never think about it,” says James Howard, a data scientist at Johns Hopkins Applied Physics Laboratory. While Howard hasn’t programmed in the language for years, his applications regularly access Fortran’s core libraries. Built in the early 70s, they are well-maintained and “blindingly fast.”

The last time Howard had to write a Fortran program was about 10 years ago. He was working at the Federal Reserve and needed to move data between two apps; one that was written in C and the other in Fortran. The programs stopped communicating because the vendor stopped providing the Fortran library.

The 40-something programmer remembered something he’d read as a kid, that the data calling structure for the C programming language is opposite of Fortran’s. He wrote a simple script to flip the order and, voila, the Federal Reserve was back in business.

fortran punchard
Image used with permission by copyright holder

Ada

Government programmers rely on the relatively obscure Ada codebase when developing systems that demand reliability, such as defense and safety systems. What exactly is programmed in it? Well, that’s a bit of a government secret, but NASA and Boeing have both employed Ada-based code in recent years to program satellites and airplanes.

The Department of Defense (DOD) oversaw the development of Ada in the 1970s to reduce the number of programming languages used by the military, which at the time was over 400. Ada was built to be unquestionably reliable in life-or-death situations and fortified against programmer error. Though the language was delivered in 1980, Congress didn’t mandate its use in all government systems until 1995. Two years later, the DOD abandoned the mandate, figuring that it will be cheaper and more flexible to use widely available, up-to-date systems. But it’s still in use today.

Pascal

pascal poster
In the early ’80s, the Apple Pascal poster could be found throughout the company’s office, giving programmers insight on how to use the code. Image used with permission by copyright holder

Many programmers consider Pascal an almost-dead programming language, but it lives on in several ways. “Believe it or not, it’s still a very popular language in many parts of the world, but in the U.S., you might as well be speaking Latin,” says Dave Hatter, who spent three years at a large insurance company helping to update a million lines of code that estimated what policies cost and how much they paid.

A lot of these older programs were written long before today’s concerns about security breaches and have sensitive proprietary information. Hatter, who now works as a cybersecurity tech, figures the programs may be relatively safe just because of “security by obscurity” — young coders don’t know what to do with decades-old code. “A 15-year-old hacker is going to have no idea how to work with some sort of IBM 390 mainframe with COBOL,” he says. “Now I’m not saying they couldn’t learn. But they’re not going to know.”

Pascal was the basis for an early Apple operating system, and the language’s descendant, Delphi, still has strong proponents. In fact, Skype — one of the first video calling applications to gain widespread popularity and use — was originally written in Delphi.

BASIC / Visual Basic

BASIC isn’t exactly at the top of the list when it comes to languages that people use in 2020, but many of the modern applications we rely on simply wouldn’t exist without it. For example, if you’ve ever programmed an Excel macro, you’ve used a form of BASIC.

Short for Beginner’s All-Purpose Symbolic Instruction Code, BASIC was launched in 1963 at Dartmouth College as a way to teach a general audience the theories and capabilities of programming — a dip in the water before getting into more robust languages like Fortran. The popularity of BASIC rose along with the personal computer — Apple, IBM, and Atari computers all had their versions.

By the mid-1980s, self-taught computer nerds were less jazzed about BASIC and more interested in third-party programs. Then Microsoft launched Visual Basic in 1991, which wasn’t exactly an update of BASIC, but used some the same commands and structure and had a better graphic interface. Then the language was utilized by numerous businesses to write programs big and small. Even though Microsoft has said it stopped support for Visual Basic 6 (the most recent version) in 2008, but the language still has plenty of users. Check the Tiobe Index (which charts the most popular programming languages): VB is still in the top 10!

COBOL

cobol poster
A 1969 poster promoting an MIT COBOL Class. Image used with permission by copyright holder

“I would say over 90% of the people we see have COBOL as a core part of what they’ve written,” estimates Brandon Edenfield, who updates and transitions legacy apps for Modern Systems and has helped revise code for the New York and Singapore stock exchanges. “Any major company that you can think of probably has an unhealthy amount of this stuff.”

COBOL, an acronym for Common Business-Oriented Language, was launched in 1959 geared at data processing tasks like budget tracking, banking transactions, and payroll accounting. The Department of Defense (DOD) originally designed the language as a stopgap project. Then the DOD required computer manufacturers to include COBOL on machines they sold and the language quickly spread over the next few decades. Over 95% of ATMs and 40% of banks still use COBOL code, according to a 2017 Reuters report.

Much of this programming was deployed through mainframe computers and modern systems have moved to the cloud. As New Jersey’s predicament illustrated, the developers who knew how to maintain COBOL code are aging out of the workforce or have already retired.

Companies who modernize these programs typically do so in a few different ways.

“A big systems integrator will throw a bunch of bodies at the code; they’ll sit down, look at it, and rewrite it,” says Edenfield. That approach is often the riskiest, time-consuming and costly. On average, hand-coded, big replatforming jobs can take from 3 to 10 years and can cost hundreds of millions of dollars.

Edenfield recommends automated solutions and says that the first logical step may be just moving the code from an out-of-date version of COBOL to a current one, which would enable many systems to transition to modern servers. He likens a machine update to translating French to English: “The basis of what’s being said is translated perfectly. You just have to fix the syntax of how it’s phrased.” That approach can also bring the time and cost of an update down, he says, somewhere between six and 24 months.

Will it be cheap? Well, it will be cheaper. Modern Systems projects typically range in price from $200,000 to $10 million. A large part of the project, explains Edenfield, isn’t translating the code, but testing to make sure it does everything right.

The reason these updates don’t happen?

“Nobody heard about this before because it’s not a sexy topic, and people don’t usually try to talk about the dirty laundry that they have,” he explains. IT execs also have a habit of kicking the can down the road.

“I will bet you that the state of New Jersey is going to pay attention to this issue now, but I will also bet you that half of their colleagues will think it won’t happen to them, ‘Not me.’”

Topics
Neil Gladstone
Former Digital Trends Contributor
Neil Gladstone is a freelance writer who has contributed to the New York Times, New York magazine, Thrillist and GQ.
How to change margins in Google Docs
Laptop Working from Home

When you create a document in Google Docs, you may need to adjust the space between the edge of the page and the content --- the margins. For instance, many professors have requirements for the margin sizes you must use for college papers.

You can easily change the left, right, top, and bottom margins in Google Docs and have a few different ways to do it.

Read more
What is Microsoft Teams? How to use the collaboration app
A close-up of someone using Microsoft Teams on a laptop for a videoconference.

Online team collaboration is the new norm as companies spread their workforce across the globe. Gone are the days of primarily relying on group emails, as teams can now work together in real time using an instant chat-style interface, no matter where they are.

Using Microsoft Teams affords video conferencing, real-time discussions, document sharing and editing, and more for companies and corporations. It's one of many collaboration tools designed to bring company workers together in an online space. It’s not designed for communicating with family and friends, but for colleagues and clients.

Read more
Microsoft Word vs. Google Docs
A person using a laptop that displays various Microsoft Office apps.

For the last few decades, Microsoft Word has been the de facto standard for word processors across the working world. That's finally starting to shift, and it looks like one of Google's productivity apps is the heir apparent. The company's Google Docs solution (or to be specific, the integrated word processor) is cross-platform and interoperable, automatically syncs, is easily shareable, and perhaps best of all, is free.

However, using Google Docs proves it still has a long way to go before it can match all of Word's features -- Microsoft has been developing its word processor for over 30 years, after all, and millions still use Microsoft Word. Will Google Docs' low barrier to entry and cross-platform functionality win out? Let's break down each word processor in terms of features and capabilities to help you determine which is best for your needs.
How does each word processing program compare?
To put it lightly, Microsoft Word has an incredible advantage over Google Docs in terms of raw technical capability. From relatively humble beginnings in the 1980s, Microsoft has added new tools and options in each successive version. Most of the essential editing tools are available in Google Docs, but users who are used to Word will find it limited.

Read more