Back to BASICs: the king of computer code at 50

Thomas Kurtz and John Kemeny designed the first BASIC

Back in 1964, computers were enormous, expensive, and hidden away in air-conditioned rooms. And that was just fine, because they were also horribly complex: only scientists, mathematicians and highly trained technicians had any idea how to use them.

But then John Kemeny and Thomas Kurtz, two professors at Dartmouth College, New Hampshire, realised that it didn't have to be this way. That being able to write software could have real value for all kinds of people, if only there was a way to do it.

So they designed a new programming language, BASIC (Beginners All-purpose Symbolic Instruction Code), with general users in mind. It was small, simple, interactive and easy for just about anyone to learn.

Their students worked on the project, guided by Kemeny and Kurtz. It all went well, and the first ever BASIC language program was successfully executed at Dartmouth College on May 1st, 1964.

BASIC 50

It wasn't exactly standard, but BBC BASIC was powerful and popular

That could have been it. BASIC might have stayed at Dartmouth, become outdated, shelved and forgotten.

But instead, it would go on to become the most widespread and popular programming language in the world.

The Early Days

Kemeny and Kurtz were years ahead of their time in realising the value of bringing programming to the masses.

Their really smart move came next, though, when they just gave it away.

Computer manufacturers were already looking for ways to make their systems more usable, and bundling BASIC proved a quick, easy and cheap way to do it. Top manufacturers like Hewlett-Packard, DEC and Data General were soon offering BASIC.

This early success soon began to snowball. More computers with BASIC meant more programmers becoming familiar with the language, driving demand for more computers to support BASIC.

PDP

Early mainframe and mini computers were the first to add BASIC support

Even better, there was increased use of these computers by students. A whole generation was beginning to realise that programming wasn't just work: it could be fun. Most famously, Bill Gates, whose computing life began when he devised a BASIC program to play noughts and crosses.

The hardware was still primitive, of course. In particular, users interacted with BASIC via teletypes, rather than screens. Everything had to be printed out, and this had some unexpected results. Check a 1964 BASIC manual for the maximum program length, for instance, and you'd be told "about two feet of teletype paper filled with BASIC statements is about it".

This technology wasn't very accessible, either. BASIC had quickly become popular, but was still only available on expensive mini and mainframe computers, so if you weren't a student - or employed by a big business - you would probably never even know it existed.

But then, in 1974, the Intel 8080 arrived. While earlier hobbyist CPUs were best described as "feeble", the 8080 was a real leap forward, around ten times faster than its predecessors, and enough to power a genuinely useful home computer.

Basic 50

Home computers like the ZX Spectrum brought BASIC to the masses

Finally, this all came together in the Altair 8800. This early computer was powerful, for its time. It had all kinds of hardware options. And it came with an Altair BASIC interpreter, developed by Bill Gates, Paul Allen and Monte Davidoff of Microsoft. The world was about to change.

BASIC everywhere

Home computers were soon selling in huge numbers. There would be many different models and variations, but there was one very common feature: almost all of them had BASIC as the programming language of choice.

The TRS-80 (Tandy/Radio Shack, Z-80 CPU) arrived in 1977, with its own custom BASIC in a ROM.

Commodore used Microsoft-sourced BASIC in the Pet, the Commodore 64, even the early Amigas.

Then there was the Amstrad CPC, the Acorn Atom, various Atari models, the Oric, and everything Sinclair ever produced (ZX80, ZX81, ZX Spectrum, Sinclair QL). Even Apple joined in with its own Applesoft BASIC, supplied by Microsoft and included with the Apple II computers.

BASIC began to be used in schools everywhere. Computers like the Research Machines 380Z and BBC Micro meant that students could start learning a few programming basics, without any need for access to some massive mainframe. And the emphasis on education made it much easier to persuade their parents to buy a computer for home use (even if was mostly used to play Frogger, Football Manager and Space Invaders).

BASIC 50

GW-BASIC included a simple game, Donkey, co-written by Bill Gates

BASIC's popularity soared. Early computer magazines would publish tips, tutorials, even the source code to entire programs. Later they would have cassette tapes attached to the front with even more freebies.

But the real tipping point came in 1981, with the release of the IBM PC. It came with BASIC both on ROM (BASICA) and disk (GW_BASIC). Massively popular, it lead to MS-DOS becoming the standard operating system for businesses (and many home users) just about everywhere. And with Microsoft including a version of BASIC with DOS, and Windows, right up to Windows Me, the language would be accessible to everyone for the next 20 years.

Standards? What standards?

BASIC was clearly a massive success, spreading much further than creators Kemeny and Kurtz could ever have believed. But this also lead to problems, which began to undermine the whole language.

The original decision to effectively give BASIC away, for instance, was certainly a marketing masterstroke. But it also meant that the language no longer had a clear direction. Instead, a host of different companies produced their own custom versions, often very cut down due to the hardware limitations of the time. Some were very poor, and if you wrote a program for one BASIC, there was no guarantee it would run on another.

Expectations were changing, too. Early BASIC games were horribly limited; "Star Trek" was played in text mode, with stars represented by a *, Klingon ships with +K+ and star bases with . But people accepted this because they only had a teletype to work with, and in those early they were amazed the program worked at all.

Star Trek BASIC

Star Trek was a classic BASIC game, though now it's hard to see why

Fast-forward 10-15 years and it was very different. Computer games now had graphics (if blocky), sounds and music. There was no chance that the average person could produce anything to compete. And so people became more interested in finding and using third-party software than writing entire programs themselves.

BASIC wasn't always popular in the academic and professional world, either. Edsger W. Dijkstra, Professor of Computer Science at University of Virginia famously wrote: "It is practically impossible to teach good programming to students that have had a prior exposure to BASIC: as potential programmers they are mentally mutilated beyond hope of regeneration.

But while this was a little harsh - to put it mildly - even Kemeny and Kurtz weren't happy with the situation. They felt that the some of the cut-down interpreted versions had strayed far from their original vision. In 1983 they decided to fight back by founding their own company, True BASIC, to show the world how the language should be developed. It was a little too late, but the company is still around today.

Mike Williams
Lead security reviewer

Mike is a lead security reviewer at Future, where he stress-tests VPNs, antivirus and more to find out which services are sure to keep you safe, and which are best avoided. Mike began his career as a lead software developer in the engineering world, where his creations were used by big-name companies from Rolls Royce to British Nuclear Fuels and British Aerospace. The early PC viruses caught Mike's attention, and he developed an interest in analyzing malware, and learning the low-level technical details of how Windows and network security work under the hood.