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.

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
Neil Gladstone is a freelance writer who has contributed to the New York Times, New York magazine, Thrillist and GQ.
How to find archived emails in Gmail and return them to your inbox
A smartphone sitting on a wooden table, showing the Gmail app's inbox on its screen.

If you’re looking to clean up your Gmail inbox, but you don’t want to delete anything permanently, then choosing the archive option is your best bet. Whenever you archive an email, it is removed from your inbox folder while still remaining accessible. Here’s how to access any emails you have archived previously, as well as how to move such messages back to your regular inbox for fast access.

Read more
Samsung Spring Sale: Save on monitors, phones, TVs, and more
Samsung Galaxy S24 Ultra in Titanium Gray with S Pen on back.

Samsung, one of the most trusted brands in the electronics industry, has rolled out monitor deals, phone deals, TV deals, and price cuts for other types of devices in the Samsung Spring Sale. While it's going to run until March 10, it's highly recommended that you finish your shopping as soon as you can because for some of the popular offers, there's a chance that their stocks run out quickly. To help you make a quick decision, we've highlighted our favorite bargains below, but feel free to look at everything that's available in the ongoing sale -- just do it fast to make sure that you don't miss out on the savings.

What to buy in the Samsung Spring Sale

Read more
Is there a Walmart Plus free trial? Get a month of free delivery
Walmart logo.

Take a moment and think about how often you shop at your local Walmart. Is it weekly? Daily? If either of those is the case, it might be time to upgrade your shopping experience. The Walmart Plus free trial is your chance to check out what the retail giant has to offer. Walmart Plus is basically Amazon Prime for Walmart. You get free shipping on most orders, early access to deals and new product drops (like PS5 restocks), the best grocery delivery, and more. If Walmart is your go-to option for the best smart home devices or the best tech products in general, you should get a membership. If you want to test out the service, you can sign up for a free trial. We have all the information you need right here.
Is there a Walmart Plus free trial?
There is a Walmart Plus free trial available, and it’s one of the best free trials we’ve seen in terms of how many great features and conveniences you’re able to access. This is really a reflection of how great the Walmart Plus service is, as the Walmart Plus free trial is essentially a 30-day experience of what it would be like to be a paid Walmart Plus subscriber. A Walmart Plus membership can help you save over $1,300 per year, so taking advantage of the 30-day free trial is a great way to get in there and see what those savings will look like. And if grocery delivery is what you're really after, an alternative you might consider is the Instacart free trial -- they have more than one program to try!

As part of a Walmart Plus free trial, you’ll get free shipping with no minimum order, so even small orders will qualify for free shipping. You’ll get fresh groceries and more with no delivery fees, and all at the same low in-store prices Walmart shoppers are used to. Walmart Plus members, and Walmart Plus free trial members, get exclusive access to special promotions and events, as well as a savings of up to 10 cents per gallon on fuel. A new addition to the perks of being a Walmart Plus member is free access to Paramount Plus, a top-notch streaming service with more than 40,000 TV episodes and movies. All of this is accessible for 30 days through a Walmart Plus free trial, and once those 30 days are up, Walmart Plus is just $8.17 per month or $98 annually.

Read more